Regional API endpoints
PolyAI provides API endpoints in three regions to ensure optimal performance and compliance with regional regulations. Choose the appropriate base URL for your region:Region | Base URL |
---|---|
US | https://api.us-1.platform.polyai.app |
UK | https://api.uk-1.platform.polyai.app |
EUW | https://api.euw-1.platform.polyai.app |
Authentication
PolyAI supports API key authentication to ensure secure access to our API endpoints. Each account, and optionally each project, will be provisioned with a unique API key. Follow the steps below to authenticate your requests using the API key.API Key authentication
To authenticate your API requests, include the API key in the request headers. Use thex-api-key
header to pass your API key.