Skip to main content
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:

  1. API Key Authentication: The project is inferred from the API key (each API key is associated with a project).

  2. OAuth/Bearer Token Authentication: You must provide the project ID via the X-Project-ID header:

    X-Project-ID: prj_xxxxxxxxxxxx

Error Handling

All errors follow RFC 7807 Problem Details format.

Authentication

API key authentication (Bearer token)

Security Scheme Type:

http

HTTP Authorization Scheme:

bearer

Contact

Verts Support:

URL: https://verts.dev

License