Realtime TTS-2 is live. Built for realtime conversation that feels human. Learn more

TextToSpeech

Get async operation

Poll the status of an asynchronous or batch synthesis job. Substitute the full operation `name` returned by the submitting endpoint (including its slashes) directly into the URL path. Poll at a modest interval (for example every 5 seconds): short inputs typically complete within seconds, while long inputs and large batches can take minutes.

GET/lro/v1alpha/{name}

Authorizations

Authorizationstringrequired

Your authentication credentials. For Basic authentication, please populate Basic $INWORLD_API_KEY. You can create a key in one command with the Inworld CLI: inworld workspace add-key.

Path Parameters

namestringrequired

Full operation resource name returned by the async or batch synthesis endpoint, in the format workspaces/{workspace}/ttsAsyncJobs/{job}/operations/{operation} or workspaces/{workspace}/ttsBatchJobs/{batch}/operations/{operation}. The embedded slashes are part of the path.