Authentication
All Resemble API endpoints use the same authentication method. Your API key works across supported Resemble API servers.
Getting Your API Key
Create or retrieve your API key from the Account → API page.
Authentication Format
Protected requests require a Bearer token in the Authorization header:
Servers
Resemble uses different servers depending on the endpoint type:
Synthesis Server Example
API Server Example
Billing Server Example
SDK Configuration
The SDKs handle authentication automatically once you set your API key:
Node.js
Python
Store tokens securely and rotate them according to your security policies.
