Version: 1.0.0
Verts API
RESTful API for the Verts file processing platform.
Authentication
Most endpoints require authentication via API key:
Authorization: Bearer verts_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
API keys are 40 characters: verts_ prefix + 32 alphanumeric characters.
Project Scoping
File and folder operations are scoped to a specific project. The project context is determined by:
-
API Key Authentication: The project is inferred from the API key (each API key is associated with a project).
-
OAuth/Bearer Token Authentication: You must provide the project ID via the
X-Project-IDheader:X-Project-ID: prj_xxxxxxxxxxxx
Error Handling
All errors follow RFC 7807 Problem Details format.
Authentication
- HTTP: Bearer Auth
- HTTP: Bearer Auth
API key authentication (Bearer token)
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
JWT session token from OAuth login
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
License