[GET] Danh sách Text To Speech

Để lấy toàn bộ các audio đã tạo thì bạn sử dụng API sau:


🔐 Authentication

  • API Key: Gửi qua header

Header cần có:

apikey: 92d80a807743fa1bfa337777212ce6d4

Request

https://larvoice.com/api/tts

Example

curl --location 'https://larvoice.com/api/tts' \
--header 'apikey: 92d80a807743fa1bfa337777212ce6d4'

Response

{
"current_page": 1,
"data": [
{
"id": 11730,
"text": "Có một người rất nghèo và khổ cực. Một người nhà giàu nhìn thấy đáng thương liền muốn giúp đỡ. Người...",
"status": "success",
"output_path": "https://larvoice.com/storage/audio_output/af3b74c6-082b-40c5-8f9f-7b49e94d8330.wav",
"created_at": "2025-07-20T03:30:27.000000Z"
},
{
"id": 11729,
"text": "Có một người rất nghèo và khổ cực. Một người nhà giàu nhìn thấy đáng thương liền muốn giúp đỡ. Người...",
"status": "success",
"output_path": "https://larvoice.com/storage/audio_output/0bb07ee4-cd72-4a56-bf3a-583028bae886.wav",
"created_at": "2025-07-20T03:18:17.000000Z"
}
],
"first_page_url": "http://larvoice.com/api/tts?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://larvoice.com/api/tts?page=1",
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "http://larvoice.com/api/tts?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"next_page_url": null,
"path": "http://larvoice.com/api/tts",
"per_page": 30,
"prev_page_url": null,
"to": 2,
"total": 2
}

Was this article helpful?