GET
/
story-result
/
{run_id}

This endpoint upon completion of the run, it returns URLs for the audio and dialogue files, along with the transcription if requested.

Authorizations

x-api-key
string
header
required

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.

Path Parameters

run_id
integer
required

The unique identifier for the run, which was generated during the creation process and returned upon task completion.

Query Parameters

include_transcript
boolean
default:
false

Whether to include the transcription in the response for fetching the result of a stories run.

Response

200 - application/json
audio_url
string

The URL pointing to the generated audio file for the story.

dialogue_url
string

The URL pointing to the audio file that contains the story's dialogue.

transcript
object[]

A collection of dialogue items representing the textual transcript of the story.