v1

latestOpenAPI 3.0.02026-07-222980136.7 KB
Audits

Create a content check

post/v1/audits/geo/content-checks

Request body

workspaceIdstring required
urlstring uri required
crawlerIdentity'ChatGPT-User' | 'OAI-SearchBot' | 'PerplexityCrawler' | 'GoogleBot'

Crawler identity to impersonate when fetching the URL.

sendOtterlyHeaderboolean

Example request

{
  "workspaceId": "01HX7K2YV9D3M8N0G6Q5R4S3T2",
  "crawlerIdentity": "ChatGPT-User"
}

Response

Content check created.

idstring required
workspaceIdstring required
urlstring required
status'pending' required
createdDatestring required

Example response

{
  "id": "01HX7K2YV9D3M8N0G6Q5R4S3T2",
  "workspaceId": "01HX7K2YV9D3M8N0G6Q5R4S3T2"
}