Skip to main content

Error 400 – Bad Request

Updated over a month ago

A 400 Bad Request error means there’s something incorrect or missing in the parameters sent to the API.

How to troubleshoot

1. Check your API Logs

Go to your API logs to find details about what caused the error: View API Logs

Look for:

  • The specific request

  • The error message or parameter issue

2. Review your API call or request setup

  • Double-check required fields

  • Confirm parameter names and values are correct

  • Make sure the input file or URL is valid

Did this answer your question?