Welcome
The Zild API enables integration with Zild products such as messaging agents, voice automation, insights, and workflow orchestration.Authentication
Zild API endpoints support two authentication methods:OAuth 2.0 Bearer Token
If you are using the OAuth authentication flow, include the access token in theAuthorization header:
Authorization: Bearer YOUR_ACCESS_TOKEN
This method is recommended for integrations requiring delegated user access.
X-API-Key Header
Alternatively, you can authenticate using your personal API key: X-API-Key: YOUR_API_KEY This method is suitable for server-to-server integrations.How to Retrieve Your API Key
To obtain your API Key:- Log into your Zild account.
- Click on your initials or profile picture in the top-right menu.
- Select Profile.
- Your API Key will be displayed in the Profile section.