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

v0 chats API is one of 23 APIs that v0 publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 45 operations across 36 paths, and defines 13 schemas. It is described by OpenAPI 3.1.0, at version 0.

Requests are made against a single base URL, https://api.v0.dev/v1.

45 operations 36 paths 13 schemas 3 DELETE20 GET2 PATCH19 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0
Base URL
https://api.v0.dev/v1
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

v0 chats API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (apiKey).

  • apiKey — Your v0 API key. Get one at https://v0.app/chat/settings/keys

Paths & Operations 45

Across 36 paths, the API surfaces 45 operations — 3 DELETE, 20 GET, 2 PATCH, 19 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

chats 45

Chats

POST
/chats
Create Chat
chats.create body → 200401403404409413422429
GET
/chats
Find Chats
chats.find 5 params → 200401403404409413422429
POST
/chats/init
Initialize Chat
chats.init body → 200401403404409413422429
DELETE
/chats/{chatId}
Delete Chat
chats.delete 1 param → 200401403404409413422429
GET
/chats/{chatId}
Get Chat
chats.getById 3 params → 200401403404409413422429
PATCH
/chats/{chatId}
Update Chat
chats.update 1 param body → 200401403404409413422429
PUT
/chats/{chatId}/favorite
Favorite Chat
chats.favorite 1 param body → 200401403404409413422429
POST
/chats/{chatId}/fork
Fork Chat
chats.fork 1 param body → 200401403404409413422429
GET
/chats/{chatId}/messages
Find Chat Messages
chats.findMessages 3 params → 200401403404409413422429
POST
/chats/{chatId}/messages
Send Message
chats.sendMessage 1 param body → 200401403404409413422429
GET
/chats/{chatId}/messages/{messageId}
Get Chat Message
chats.getMessage 2 params → 200401403404409413422429
DELETE
/chats/{chatId}/messages/{messageId}
Delete Message
chats.{chatId}.messages.{messageId}.delete 2 params → 200401403404409413422429
GET
/chats/{chatId}/versions
Find Chat Versions
chats.findVersions 3 params → 200401403404409413422429
GET
/chats/{chatId}/versions/{versionId}/iframe
Get Version Iframe
chats.findIframe 2 params → 200401403404409413422429
GET
/chats/{chatId}/versions/{versionId}/vm-logs
Get Version VM Logs
chats.findVmLogs 2 params → 200401403404409413422429
DELETE
/chats/{chatId}/versions/{versionId}/vm-logs
Clear Version VM Logs
chats.vmLogs 2 params → 200401403404409413422429
GET
/chats/{chatId}/versions/{versionId}
Get Chat Version
chats.getVersion 3 params → 200401403404409413422429
PATCH
/chats/{chatId}/versions/{versionId}
Update Chat Version Files
chats.updateVersion 2 params body → 200401403404409413422429
GET
/chats/{chatId}/versions/{versionId}/download
Download version files
chats.downloadVersion 4 params → 200401403404409413422429
GET
/chats/{chatId}/versions/{versionId}/diff-stats
Get Version Diff Stats
chats.getVersionDiffStats 2 params → 200401403404409413422429
GET
/chats/{chatId}/versions/{versionId}/diff-patch
Get Version Diff Patch
chats.getVersionDiffPatch 3 params → 200401403404409413422429
POST
/chats/{chatId}/versions/{versionId}/files/delete
Delete Chat Version Files
chats.deleteVersionFiles 2 params body → 200401403404409413422429
GET
/chats/{chatId}/metadata
Get Chat Metadata
chats.getMetadata 1 param → 200401403404409413422429
POST
/chats/{chatId}/upload
Upload File
chats.upload 1 param body → 200401403404409413422429
POST
/chats/{chatId}/messages/{messageId}/resume
Resume Message
chats.resume 2 params → 200401403404409413422429
POST
/chats/{chatId}/messages/{messageId}/stop
Stop Message
chats.stop 2 params → 200401403404409413422429
POST
/chats/{chatId}/tasks/resolve
Resolve Task
chats.resolveTask 1 param body → 200401403404409413422429
POST
/chats/{chatId}/versions/{versionId}/restore
Restore Block
chats.restore 2 params → 200401403404409413422429
POST
/chats/{chatId}/versions/{versionId}/recreate
Recreate Version VM
chats.recreate 2 params → 200401403404409413422429
GET
/chats/{chatId}/version-picker
chats.findVersionPicker 1 param → 200401403404409413422429
GET
/chats/{chatId}/git/activity
chats.{chatId}.git.activity.find 1 param → 200401403404409413422429
GET
/chats/{chatId}/git/status
chats.{chatId}.git.status.find 1 param → 200401403404409413422429
GET
/chats/{chatId}/git/connection
chats.{chatId}.git.connection.find 1 param → 200401403404409413422429
POST
/chats/{chatId}/git/pull-request
chats.{chatId}.git.pullRequest.create 1 param → 200401403404409413422429
POST
/chats/{chatId}/git/merge-pull-request
chats.{chatId}.git.mergePullRequest.create 1 param → 200401403404409413422429
POST
/chats/{chatId}/git/pull-changes
chats.{chatId}.git.pullChanges.create 1 param → 200401403404409413422429
GET
/chats/{chatId}/git/deployment
chats.{chatId}.git.deployment.find 2 params → 200401403404409413422429
POST
/chats/{chatId}/agent/logs
chats.{chatId}.agent.logs.create 1 param body → 200401403404409413422429
GET
/chats/{chatId}/deployments
Find Deployments
chats.findDeployments 2 params → 200401403404409413422429
POST
/chats/{chatId}/deployments
Create Deployment
chats.deployments 1 param body → 200401403404409413422429
GET
/chats/{chatId}/env-vars
Find Environment Variables
chats.findEnvVars 2 params → 200401403404409413422429
POST
/chats/{chatId}/env-vars
Create Environment Variables
chats.envVars 2 params body → 200401403404409413422429
POST
/chats/{chatId}/env-vars/delete
Delete Environment Variables
chats.{chatId}.envVars.delete.create 1 param body → 200401403404409413422429
POST
/chats/{chatId}/vercel-project
Create Vercel Project
chats.vercelProject 1 param body → 200401403404409413422429
GET
/chats/{chatId}/vercel
chats.findVercel 1 param → 200401403404409413422429

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are ChatDetail (23 properties), ChatDetail_AppApi (20 properties), MessageSummary (13 properties), VersionDetail (8 properties). Each schema is shown below with its type and property counts.

MessageSummary
object
Summary of a single message within a chat, including role, content, type, timestamp, and API URL.
13 properties 8 required
ChatDetail
object
Detailed representation of a chat, including its messages, files, versions, and model configuration.
23 properties 14 required
InternalServerError
object
1 property 1 required
ForbiddenError
object
1 property 1 required
NotFoundError
object
1 property 1 required
TooManyRequestsError
object
1 property 1 required
UnauthorizedError
object
1 property 1 required
UnprocessableEntityError
object
1 property 1 required
PayloadTooLargeError
object
1 property 1 required
ChatDetail_AppApi
object
Detailed representation of a chat, including its messages, files, versions, and model configuration.
20 properties 13 required
EnvironmentVariableSummarySchema
object
Summary information for an environment variable.
7 properties 6 required
VersionDetail
object
Detailed version data including file contents.
8 properties 5 required
ConflictError
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

v0-chats-api-openapi.yml Raw ↑

Other APIs v0 publishes across the network.

v0 agent API
v0 blankProject API
v0 chatScreenshots API
v0 deployments API
v0 feedback API
v0 git API
v0 hooks API
v0 iap API
v0 integrations API
v0 magicLink API
v0 mcpServers API
v0 nativeVersion API
Where this information came from

This is an independent, third-party profile of v0 chats 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.