Stories
Create Story
Creates a story based on the content provided in a text file (.txt
) or Word document (.docx
)
POST
This endpoint generates a story from the uploaded file and initiates a task with the story’s content. To check the status of the task, the /story/{task_id}
endpoint can be polled.
Authorizations
The x-api-key
is a custom header required for authenticating requests to our API. Include this header in your request with the appropriate API key value to securely access our endpoints. You can find your API key(s) in the 'API' section of our studio website.
Body
multipart/form-data
Response
200
application/json
Successful Response
A JSON that contains the unique identifier for the task. This is used to query the status of the end to end dubbing task that is running. It is returned when a create request is made for a story.