Rate limiting may be applied to ensure platform stability. If you exceed the limit for your API key, you’ll receive aDocumentation Index
Fetch the complete documentation index at: https://docs.legitmark.com/llms.txt
Use this file to discover all available pages before exploring further.
429 response.
Handling Rate Limits
If you receive a429 response, back off and retry after a short delay. Use exponential backoff to avoid hitting the limit again immediately.
If you’re using the TypeScript SDK, the withRetry() utility handles this automatically: