History

Get History Item

Get a specific audio data by history_item_id.

GET
/v1/history/{history_item_id}

Authorization

papla-api-key<token>

Api key, that can be generated from the app dashboard

In: header

Path Parameters

history_item_idRequiredHistory Item Id

ID of the history item to fetch

curl -X GET "https://api.papla.media/v1/history/497f6eca-6276-4993-bfeb-53cbbbba6f08" \
  -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"
}