Skip to main content
While interacting with the Vizlook API, you might encounter various HTTP status codes. These errors pinpoint issues with your request, enabling quick problem diagnosis. Below, you’ll find a resource detailing common HTTP errors and their resolutions.
Feel free to contact us at support@vizlook.com if you have any problems.

API Errors

Error Response Structure

All error responses include a error message:

Crawl Error Type for /videos

For the /videos endpoint, in addition to using HTTP status codes to indicate errors, we also use a status field to display specific error information for each video. This design facilitates more precise error management when retrieving multiple URLs.

Best Practices to Avoid Errors

  • Always validate request parameters before sending.
  • Monitor your API usage to avoid exceeding limits.
  • Implement error handling and retries in your application.