History

Get History Items

Get all generated audio data.

GET
/v1/history

Authorization

papla-api-key<token>

Api key, that can be generated from the app dashboard

In: header

curl -X GET "https://api.papla.media/v1/history" \
  -H "papla-api-key: <token>"

Successful Response

[
  {
    "history_item_id": "string",
    "text": "string",
    "voice_id": "string",
    "voice_name": "string",
    "voice_category": "premade",
    "model_id": "papla_p1",
    "created_at": "2019-08-24T14:15:22Z",
    "state": "created"
  }
]