Authorization
API Keys
To use the Palabra API, you’ll need to obtain API Keys from the Palabra website. Each set of API keys includes a ClientID
and a ClientSecret
. These credentials must be used as headers in your API requests.
Learn more:
Access Token
For certain requests and actions, such as connecting to the Palabra WebSocket server or the Palabra WebRTC server, you will need a temporary Access Token
. You can obtain this token using your ClientID
and ClientSecret
.
If a request requires an Access Token
instead of API Keys credentials, it will be clearly indicated in the relevant API documentation entry.