Skip to main content
GET
/
storage
/
voice-previews
/
{provider}
/
{voice_id}
/
{filename}
Serve Voice Preview
curl --request GET \
  --url https://api.example.com/storage/voice-previews/{provider}/{voice_id}/{filename}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

provider
string
required
voice_id
string
required
filename
string
required

Response

Successful Response