Developers

API Reference

REST APIs for projects, pipelines, jobs, agents, monitoring, IAM, and billing — with SDKs for Python, Node, Go, and Java.

Authentication

Authenticate with API keys, OAuth 2.0 client credentials, or user SSO bearer tokens. All requests require HTTPS.

POST
/v1/oauth/token
Basic

Exchange client credentials for an access token

GET
/v1/me
Bearer

Return the authenticated principal

curl https://api.zynvora-ai.com/v1/projects \\
  -H "Authorization: Bearer $ZYNVORA_TOKEN" \\
  -H "Accept: application/json"

Build with confidence

Generate API keys in the console and follow authentication docs.