Welcome to usaha.ai Public API Documentation
Thank you for using usaha.ai Public API. Below are the available endpoints and their descriptions.
Select Language
curl -s \
-H "Authorization: Bearer sk_test_<kid>_<secret>" \
-H "Accept: application/json" \
"https://{HOST}/api/v1/public/"The above command returns JSON structured similar like this:
{
"status": "success",
"message": "OK",
"data": { /* ... */ }
}