Voiceover Outputs

GET

/v1/audio/voiceover/outputs

This endpoint is for retrieving for the voiceover operation.

Request Example

Below is an example for retrieving the outputs of previously created voiceovers.

Response

{

"total_count": 15,

"outputs": [···]

}

Request Headers

Authorization required

string

Send your API key as the value of this header in the following form:
Authorization: Bearer <YOUR_STABLECOG_API_KEY>.

Response Body

total_count

int

The total number of voiceovers you have.

outputs

array of TVoiceoverOutput

An array of voiceovers and their outputs.

next

string

The cursor for the next page. If there is no next page, this will be omitted.

© 2024 io.net, inc.