Get Character Preview
Header Parameters
Authorizationstring Required
Access token issued by Tuned Global for authorization using oAuth 2.0
StoreIdstring Required
API Key provided by Tuned Global for accessing the service
Query Parameters
jobIdstring Required
The job identifier returned by Create Character Preview.
Response
200
Object
The finished preview, where PreviewUrl is the full mix and VoiceOnlyUrl is the isolated voice, which is null when no isolated version was produced.
Response Attributes
JobIdstring
PreviewUrlstring
VoiceOnlyUrlstring
400
Object
Rendering failed permanently. The body is { "Error": "..." } carrying one of ThirdPartyError, FileNotFound, FileUploadError, EncodingError or Unknown.
404
Object
The preview is not ready yet. This is the normal in-progress response, not a failure - keep polling rather than surfacing an error.
Was this section helpful?
Response
Was this section helpful?