Skip to content

Set a manual crawled-page classification​

PUT
/urls/{id}/pages/{pageId}/classification

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

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

Type
API Key (header: Authorization)

Parameters​

Path Parameters

id*
Type
string
Required
pageId*
Type
string
Required

Request Body​

application/json
JSON
{
  
"purposes": [
  
  
"string"
  
],
  
"authority": "string",
  
"excluded": true
}

Responses​

Updated

application/json
JSON
{
  
"classification": "string"
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI