Skip to main content

Use API Keys

Prerequisites

API Requests

Use the ClientID and ClientSecret as headers for signing all requests to the Palabra API available in the API Reference list.

Code Samples

The example below shows how to send a request to the built-in voices API endpoint.

Built-in Voices:

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. The Playground block allows you to validate 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 Swagger UI format, which allows you to send test requests in the Swagger playground using your ClientID and ClientSecret.

Swagger

note

The section linked above offers the same content found in the API Reference right sidebar menu, just with a different user interface.