Skip to main content

Using API Keys

Prerequisites

API Requests

Use the ClientID and ClientSecret as headers for signing all requests to the Palabra API.

Code example for Built-in Voices Palabra API request:

curl -L 'https://api.palabra.ai/saas/voice/builtin' \
-H 'Accept: application/json' \
-H 'ClientID: <YourClientID>' \
-H 'ClientSecret: <YourClientSecret>'

API Reference Playground

Most sections in the Palabra Documentation, such as “Built-in Voices”, include a Playground block where you can authorize using your ClientID and ClientSecret and execute test requests directly to the Palabra API.

Authorize

Swagger Playground

The Palabra API documentation is also available in a Swagger mode, offering the same content as the API Reference but with a different user interface.

Swagger supports authorization using your ClientID and ClientSecret, allowing you to make test requests directly within the Swagger playground.

Swagger