Pre-sign an API endpoint

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Pre-Signed API Endpoints allows you to generate secure, time-limited URLs that grant access to specific API endpoints on your behalf. This feature is useful for optimizing latency and simplifying integrations, as it enables your clients to directly call Coqui's API without routing requests through your backend servers. For a comprehensive guide on how to use this feature effectively, see Using pre-signed API endpoints

Body Params
string
required
length between 1 and 50

The API endpoint path to pre-sign, for example /api/v2/samples/xtts.

string
enum
Defaults to POST
  • POST - POST
  • GET - GET
Allowed:
string
required
length between 20 and 20

A UTC datetime in YYYY-MM-DDThh:mm:ssZ format, specifies the expiration time for the pre-signed URL. Requests using this URL past the expiration time will fail. Cannot exceed 24 hours into the future.

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

401

No response body

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json