Skip to content

Search URLs

POST
/urls/search

Authorizations

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Request Body

application/json
JSON
{
  
"query": "string",
  
"options": {
  
}
}

Responses

OK

application/json
JSON
{
  
"results": [
  
  
{
  
  
  
"_id": "string",
  
  
  
"title": "string",
  
  
  
"url": "string",
  
  
  
"screenshot": "string",
  
  
  
"screenshot_url": "string",
  
  
  
"project": "string",
  
  
  
"crawl_enabled": true,
  
  
  
"host_id": "string",
  
  
  
"createdAt": "string",
  
  
  
"updatedAt": "string"
  
  
}
  
]
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI