There is a rate limit of 100 requests per minute with a sliding window of 1 minute. If you exceed this limit, you will receive aDocumentation Index
Fetch the complete documentation index at: https://docs.pyannote.ai/llms.txt
Use this file to discover all available pages before exploring further.
429 Too Many Requests response.
Rate Limit Headers
The rate limit headers are as follows:X-RateLimit-Limit: The maximum number of requests that the consumer is permitted to make in a minute.X-RateLimit-Remaining: The number of requests remaining in the current rate limit window.
X-RateLimit-Reset: The time at which the current rate limit window resets in UTC epoch seconds.Retry-After: The number of seconds to wait before making another request.