[GET] Lấy kết quả Text To Speech

Để lấy kết quả đã xử lý bạn sử dụng {ID} đã được cung cấp.


🔐 Authentication

  • API Key: Gửi qua header

Header cần có:

apikey: 92d80a807743fa1bfa337777212ce6d4

Request

https://larvoice.com/api/tts/{ID}

Example

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

Response

{
"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"
}

Was this article helpful?