Bulk Screenshot API

POST

https://api.apifreaks.com/v1.0/screenshot

format
Format of the Response

Sample Responses

400
413
LANGUAGE
Python
PHP
Java
Node
Ruby
$ pip install requests
RESPONSE

Click Test it to start the request and see the response here!


API Response

FieldTypeRequirementDescription
statusStringMandatory
API request status indicator. "success" for successful requests.
meta_dataObjectMandatory
Metadata object containing summary information about the bulk screenshot request.
meta_data.total_urlsNumberMandatory
Total number of URLs processed in the bulk request.
meta_data.successful_urlsNumberMandatory
Number of URLs that were successfully processed.
meta_data.failed_urlsNumberMandatory
Number of URLs that failed to process.
results[]ArrayMandatory
results array cotains url{} objects with their processing status and error_message if any.

Each item in the results[] array represents the response for a single URL processed in the bulk request.

FieldTypeRequirementDescription
statusStringMandatory
Processing status of the individual URL. Usually "fulfilled".
error_messageString|nullOptional
Error message if processing failed, null if successful.
urlObjectMandatory
To see the Complete response structure of url, Click here.