Text-to-Speech API

    1 endpoint

    Text-to-speech synthesis endpoints.

    POST
    Auth Required

    Get podcast generation status / export async function getStatus(collectionId: string, podcastId: string): Promise<Podcas

    Get podcast generation status / export async function getStatus(collectionId: string, podcastId: string): Promise<Podcas

    Endpoint

    /admin/collection/{collectionId}/ai/tts

    Parameters

    collectionId
    path
    string
    Required
    body
    body
    TTSRequest
    Required

    See TTSRequest schema

    Responses

    200
    Success
    {
      "schema": "Blob"
    }
    400
    Bad request
    401
    Unauthorized
    404
    Not found