Skip to main content
Mynth publishes a live OpenAPI document at: Use it when you need:
  • endpoint schema details
  • response models
  • interactive request exploration
  • generated clients in other languages
The document declares three bearer security schemes, all sent as Authorization: Bearer <token>:
  • apiKeyAuth - a Mynth API key (mak_...)
  • oauthAuth - a dashboard OAuth access token (JWT)
  • publicAccessTokenAuth - a task-scoped Public Access Token (pat_...)
See Authentication for when to use each. This documentation site focuses on workflow design and practical integration guidance. The OpenAPI reference remains the authoritative machine-readable API contract.