API Reference
API Reference

Create Takeout

POST/api/v1/takeouts/create

Authentication

Syllable-API-Keyrequired

Send Syllable-API-Key in the header.

Need a credential? Create or manage an API token in the Syllable Console.

Parameters

This endpoint has no declared parameters.

Responses

200Successful Response

application/json

response CreateTakeoutResponse required
2 fields
job_idstringrequired
created_atstring (date-time)required
Response example
{
  "job_id": "string",
  "created_at": "string"
}