API Reference
Requests

Introduction

To Integrate our Api, here is the first

Creating a Batch Request

/api/v1/requests

Request Example

{
  "filename": "string",
  "jobs": [
    {
      "email": "string",
      "name": "string",
      "title": "string",
      "type": "Website",
      "url": "string",
      "webhookUrl": "string"
    }
  ]
}

Creating a Job Search

/api/v1/jobs

Request Example

{
  "email": "string",
  "name": "string",
  "title": "string",
  "type": "Website",
  "url": "string",
  "webhookUrl": "string"
}