API ReferenceHistory
Get Generation
Get a generation by ID.
curl -X GET "https://example.com/history/string"{
"id": "string",
"profile_id": "string",
"profile_name": "string",
"text": "string",
"language": "string",
"audio_path": "string",
"duration": 0,
"seed": 0,
"created_at": "2019-08-24T14:15:22Z"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}