Authentication
All Resemble API endpoints use the same authentication method. Your API key works across both servers.
Getting Your API Key
Create or retrieve your API key from the Account → API page.
Authentication Format
All requests require a Bearer token in the Authorization header:
Servers
Resemble uses two servers depending on the endpoint type:
Synthesis Server Example
API 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.
