For the complete documentation index, see llms.txt. This page is also available as Markdown.

Voice OTP

Tích hợp và sử dụng Voice OTP

Mục đích

Cho phép sử dụng Alice Voice OTP từ bên thứ 3

API chi tiết

Tất cả API request tới hệ thống Alice:

Thông qua tên miền

https://alice.antbuddy.com/rest-api

authorize header bắt buộc:

Authorization: Bearer {access_token}

Get AccessToken

Endpoint: /get-token/
Method: POST
Body: {
    "username": "username",
    "password": "password"
}

Description:
Username: tên hoặc email đã tạo bên antbuddy
Password: mật khẩu

Tạo yêu cầu gọi

API tạo yêu cầu đọc mã cho số điện thoại:

Xem các cuộc gọi otp hiện có

Tạo cuộc gọi otp

Last updated