For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Status
OverviewProductsManageAPI ReferenceTutorialsClient Libraries
OverviewProductsManageAPI ReferenceTutorialsClient Libraries
    • Welcome
  • Get Started
    • Developer Quick Start
    • Authentication
    • Rate Limits
    • Error Handling
    • Model Versions
    • SSML Reference
Status
LogoLogo
Get Started

Error Handling

Was this page helpful?
Previous

Model Versions

Next
Built with

All REST endpoints return JSON along with an HTTP status code.

1{
2 "success": true,
3 "...": "other response fields"
4}

When a request fails, the response includes a descriptive message:

1{
2 "success": false,
3 "message": "Why the request failed"
4}

Log errors with the associated request ID whenever possible so that the Resemble team can help debug issues quickly.