Endpoints
| Endpoint | URL | Region |
|---|---|---|
| Global (default) | https://sync.assemblyai.com/transcribe | Nearest region |
| US data residency | https://sync.us.assemblyai.com/transcribe | us-west-2, us-east-1 |
| EU data residency | https://sync.eu.assemblyai.com/transcribe | eu-north-1 |
Which endpoint should I use?
- Default? Use the Global endpoint (
sync.assemblyai.com). It will route your request to the region with the fastest response time for you. - Need US data residency? Use the US endpoint (
sync.us.assemblyai.com). Your audio and transcription data will remain within the US. - Need EU data residency? Use the EU endpoint (
sync.eu.assemblyai.com). Your audio and transcription data will remain within the EU.
How to use it
Replace the base URL in your request with the appropriate endpoint. The request format, headers, and parameters are identical for all endpoints.- Python
- JavaScript
- cURL
Global (default)
US data residency
EU data residency