We use standard HTTP response codes to let you know the result of your request. In case of failure, we will also returns some useful information to help you troubleshoot.Documentation Index
Fetch the complete documentation index at: https://docs.plude.io/llms.txt
Use this file to discover all available pages before exploring further.
HTTP status codes
| status code | state | expect |
|---|---|---|
| 2xx | Success | Everything is okay. |
| 201 | Success | Created. The resource is created. |
| 202 | Success | Accepted. The request is being handled, do not expect response. You may receive a callback. |
| 304 | Success | Not modified. When handling idempodent requests, we may return 304 if the request is duplicated. |
| 400 | Failure | Bad request. Review the request body. We will try to explain the bad details in the response. |
| 401 | Failure | Unauthorized. Authenticate with access token. |
| 402 | Failure | Payment required. Your subscription requires a high tier. |
| 403 | Failure | Forbidden. Either the resource access is denied or your access token expired. |
| 404 | Failure | Not found. Either the resource of a dependency is not found. |
| 409 | Failure | Not found. Either the resource of a dependency is not found. |
| 429 | Failure | Conflict. The request looks good, but we have an issue handling the request. |
| 500 | Critical | We are sorry. It’s on us. We have an unhandled error, and staff is notified. |
Response details
Unless we return aHTTP 2XX response, you can expect a common response object as below:
Tracking response
When engaging our support, please include anyx-request-id and the traceId. Our API support that you add your own correlation-id using the x-request-id header. We will always return a x-trace-id.
