https://api.apifreaks.com/v1.0/screenshot
$ pip install requests
Click Test it to start the request and see the response here!
Field | Type | Requirement | Description |
---|---|---|---|
status | String | Mandatory | API request status indicator. "success" for successful requests. |
meta_data | Object | Mandatory | Metadata object containing summary information about the bulk screenshot request. |
meta_data.total_urls | Number | Mandatory | Total number of URLs processed in the bulk request. |
meta_data.successful_urls | Number | Mandatory | Number of URLs that were successfully processed. |
meta_data.failed_urls | Number | Mandatory | Number of URLs that failed to process. |
results[] | Array | Mandatory | 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.
Field | Type | Requirement | Description |
---|---|---|---|
status | String | Mandatory | Processing status of the individual URL. Usually "fulfilled". |
error_message | String|null | Optional | Error message if processing failed, null if successful. |
url | Object | Mandatory | To see the Complete response structure of url , Click here. |