Welcome to the Browserable API reference
Welcome to the Browserable API documentation. Our API enables you to programmatically create and manage tasks, monitor their execution, and retrieve results.
All API endpoints require authentication using an API key. You need to include your API key in the request headers:
If you don’t include an API key or use an invalid one, you’ll receive an error response.
Where to find the API Key?
All API responses follow a consistent format:
success
: Indicates if the request was successfuldata
: Contains the response data when the request is successfulerror
: Contains error message when the request failshttp://localhost:2003/api/v1
https://api.browserable.ai/api/v1
Please contact support for information about rate limits for your specific plan.
The API uses conventional HTTP response codes to indicate the success or failure of requests:
200
: Success400
: Bad Request401
: Unauthorized403
: Forbidden404
: Not Found500
: Internal Server ErrorWelcome to the Browserable API reference
Welcome to the Browserable API documentation. Our API enables you to programmatically create and manage tasks, monitor their execution, and retrieve results.
All API endpoints require authentication using an API key. You need to include your API key in the request headers:
If you don’t include an API key or use an invalid one, you’ll receive an error response.
Where to find the API Key?
All API responses follow a consistent format:
success
: Indicates if the request was successfuldata
: Contains the response data when the request is successfulerror
: Contains error message when the request failshttp://localhost:2003/api/v1
https://api.browserable.ai/api/v1
Please contact support for information about rate limits for your specific plan.
The API uses conventional HTTP response codes to indicate the success or failure of requests:
200
: Success400
: Bad Request401
: Unauthorized403
: Forbidden404
: Not Found500
: Internal Server Error