How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Deno Revisions API

Deploy new revisions, track build progress, cancel builds, and delete revisions. Revisions are immutable snapshots of deployed code.

Deno Revisions API is one of 11 APIs that Deno publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Revisions. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 6 operations across 5 paths, and defines 12 schemas. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://api.deno.com/v1.

6 operations 5 paths 12 schemas 1 DELETE3 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://api.example.com
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Deno Revisions API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer token authentication. Generate tokens from the Deno Deploy dashboard under Settings Access Tokens.

Paths & Operations 6

Across 5 paths, the API surfaces 6 operations — 1 DELETE, 3 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Revisions 6

Deploy new revisions, track build progress, cancel builds, and delete revisions. Revisions are immutable snapshots of deployed code.

POST
/apps/{app}/deploy
Create revision
deployApp 1 param body → 202400401404
GET
/apps/{app}/revisions
List revisions for app
listRevisions 4 params → 200401404
GET
/revisions/{revision}
Get revision details
getRevision 1 param → 200401404
DELETE
/revisions/{revision}
Delete revision
deleteRevision 1 param → 204401404
POST
/revisions/{revision}/cancel
Cancel revision build
cancelRevision 1 param → 200401404
GET
/revisions/{revision}/progress
Stream revision build progress
streamRevisionProgress 1 param → 200401404

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are Revision (9 properties), DeployRequest (7 properties), Config (6 properties), RevisionListItem (5 properties). Each schema is shown below with its type and property counts.

EnvVarInputForDeploy
object
Environment variable input specific to revision deployment
4 properties 2 required
Asset
object
A file asset included in a deployment. Supports UTF-8 text files, base64-encoded binary files, and symbolic links. File paths are relative to /app/src.
4 properties 1 required
DeployRequest
object
Request body for creating a new revision (deployment)
7 properties 1 required
LayerRefInput
object
Input for specifying a layer reference when creating or updating an app
1 property 1 required
LayerRef
object
A reference to a configuration layer attached to an app or revision
2 properties 1 required
CronJob
object
A scheduled cron job definition for periodic task execution
3 properties 3 required
Runtime
object
Runtime configuration for the deployed application
5 properties 1 required
Revision
object
An immutable snapshot of deployed code on Deno Deploy v2. Revisions replace the Deployment concept from v1. Once created, a revision cannot be modified; a new…
9 properties 2 required
Config
object
Build and runtime configuration for an app or revision. Supports framework-specific presets (Next.js, Astro, Fresh) or custom dynamic/static runtime configurat…
6 properties
Error
object
Standard error response returned on all API error conditions
2 properties 1 required
RevisionListItem
object
Summary representation of a revision returned in list responses
5 properties 2 required
EnvVar
object
An environment variable associated with an app or revision
5 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

deno-revisions-api-openapi.yml Raw ↑

Other APIs Deno publishes across the network.

Deno Runtime API
Deno KV API
Deno Standard Library
Deno Apps API
Deno Deployments API
Deno Domains API
Deno KV Databases API
Deno Logs API
Deno Organizations API
Deno Projects API
Where this information came from

This is an independent, third-party profile of Deno Revisions API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.