Skip to main content
TTAPI uses a consistent JSON response structure across endpoints so your application can handle success and failure cases in a predictable way.

Unified response format

Success

Failure

HTTP status codes

Business statuses

The status field inside the JSON body describes the task state at the business level.

Common examples

Successful submission

Successful fetch

Parameter error

Invalid key

Notes

  • For 4xx responses, check the request first before retrying
  • For 5xx responses, retry once or twice, then contact support if the issue persists
  • Save the returned jobId for polling, webhook correlation, and troubleshooting
Last modified on March 12, 2026