Sonna
API ReferenceGeneration

Get Audio

Serve generated audio file.

GET
/audio/{generation_id}

Path Parameters

generation_id*Generation Id

Response Body

application/json

application/json

curl -X GET "https://example.com/audio/string"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}