Skip to main content

Create Task

Create the task with the createTask endpoint, or use our Software Development Kit to make your integration process even easier!

Task Structure

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36

Example Request

Upon successfully submitting the task to us, you should receive a ‘taskId’ in the response.

Example Response

Response Fields:
  • taskId - Unique identifier for this task. Use this to retrieve results.

Getting Results

Retrieve the results using the getTaskResult method. or use our Software Development Kit to make your integration process even easier!

Example Request

Example Response

Response Fields:
  • url- Make a GET request to this URL to get the cookie.
  • user-agent - user-agent that was used to make this payload.

Quick Start Example

We have examples for all our tasks to streamline integration. Feel free to check them out!

Interstitial Examples

All our Interstitial Examples can be found here!