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.
After sending a request, the response results in the error 400 Bad Request.
What to expect
A 400 Internal Server Error is an HTTP status code response that indicates that the server won’t process the request because the syntax it received is perceived to be invalid or exceeds certain limitations set by the service provider.
Unblock yourself
Make sure there is no error in the configuration of your request . Look for typos, whitespaces, or invalid JSON formatting.
To identify the error, use the Postman’s console to verify that all the data sent with the request is correct.
Compare the API documentation of the service you’re making a call to and verify that the below elements if required, are configured correctly in the request:
If you are still facing this issue after following the steps in the Unblock yourself section, submit a support request and attach a screenshot of the output of your Postman console