Sonna
API ReferenceHistory

Get Generation

Get a generation by ID.

GET
/history/{generation_id}

Path Parameters

generation_id*Generation Id

Response Body

application/json

application/json

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"
    }
  ]
}