Skip to main content
All errors return a JSON object with an error field:

Error Codes

Troubleshooting

Make sure your URL:
  • Starts with http:// or https://
  • Is a valid, publicly accessible URL
  • Does not point to a private IP address (e.g., localhost, 10.x.x.x, 192.168.x.x)
  • Check that your key starts with ml_live_
  • Ensure you’re passing it in the X-API-Key header or api_key query parameter
  • Verify the key is still active in your Dashboard
  • Check the Retry-After header for per-minute limits
  • Check X-Monthly-Remaining to see if you’ve hit your monthly cap
  • Consider upgrading your plan for higher limits
  • The URL you’re fetching may be down or blocking requests
  • Try increasing the timeout parameter (up to 15000ms)
  • Verify the URL is accessible from a browser