Retrieve Story Results
Access completed story conversion outputs and transcripts using the unique run identifier
Story Conversion Outputs
Successful requests return three core components:-
Full Audio Narration: Complete audiobook-style recording (
audio_url) -
Dialogue-Only Track: Isolated character conversations (
dialogue_url) - Time-Coded Transcript: Optional narrative transcript with speaker attribution
include_transcript query parameterExample Python Implementation
Hereβs how to fetch your completed story results using Python: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.
Path Parameters
The unique identifier for the run, which was generated during the creation process and returned upon task completion.
Query Parameters
The optional include_transcript query parameter determines whether the detailed transcript data should be included in the response.
Response
Successful Response