[GET] Get Request
API Get Request
Lấy thông tin của request bằng cách gọi API
URL: https://www.everai.vn/api/v1/tts/{{request_id}} Method: GET Content Type: application/json Response Type: text/json
Tham số Header
Authorization
Bearer Token
API key của người dùng, được tạo trong giao diện tại https://everai.vn/api
Kết quả trả về
status: trạng thái của API (1: thành công, 0: thất bại)
error_code: mã lỗi (Nếu có)
error_message: chi tiết lỗi (Nếu có)
result: dữ liệu trả về khi gọi API thành công
request_id: mã request
characters: số ký tự của đoạn văn bản convert
voice_code
audio_type
speed_rate
pitch_rate
bitrate
create_at
progress: phần trăm xử lý của request
status: trạng thái của request
audio_link: Đường dẫn tải file audio tổng hợp
audio_expired: trạng thái của audio, true nếu audio đã quá hạn lưu trữ
Example
Request
Response
Last updated