Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.akta.pro/llms.txt

Use this file to discover all available pages before exploring further.

HTTP CodeMeaningRetry?Action
200Success (sync)NoParse response
202Accepted (async)NoPoll with request_id
400Bad RequestNoFix request parameters
401UnauthorizedOnceRe-authenticate, then retry
403ForbiddenNoCheck API access level
404Not FoundNoVerify endpoint URL and resource ID
429Rate LimitedYesExponential backoff (start 1s, max 60s)
500Server ErrorYesRetry with backoff (max 3 retries)
502/503Service UnavailableYesRetry with backoff (max 5 retries)