Integrations
API Documentation
Last updated March 6, 2026
The Audiogest API is currently in alpha. It is available for early integrations and may change as we continue improving it.
Base endpoint
Use https://api.audiogest.app as the main endpoint for all API requests.
For the full API reference, visit api.audiogest.app/reference.
Authentication
Authenticate with an API key using the Authorization header with a Bearer
token.
Authorization: Bearer YOUR_API_KEY
Where to get API keys
You can create API keys in Audiogest from your organization settings under API keys.
API keys are organization-scoped, so requests only return data that belongs to that organization.
Read-only access
The API is read-only for now. You can use it to retrieve data, but not to create, update, or delete anything yet.
Shared team projects only
The API only returns data from shared team projects. Files and related data must belong to a shared project to be available through the API.
Rate limits
API keys are currently limited to 100 requests per minute.
Alpha status
Because the API is in alpha, endpoints and response shapes may change. We recommend using the reference docs and testing your integration before relying on it in production workflows.
Need help?
If you have feedback or need support, contact us.