---
title: "Create a content check"
method: POST
path: "/v1/audits/geo/content-checks"
tags: ["Audits"]
---

# Create a content check

`POST /v1/audits/geo/content-checks`

## Request body

- PublicApiCreateContentCheckRequest
  - `workspaceId` string, required
  - `url` string, uri, required
  - `crawlerIdentity` 'ChatGPT-User' | 'OAI-SearchBot' | 'PerplexityCrawler' | 'GoogleBot' — Crawler identity to impersonate when fetching the URL.
  - `sendOtterlyHeader` boolean

## Response `201`

Content check created.

- PublicApiCreateContentCheckResponse
  - `id` string, required
  - `workspaceId` string, required
  - `url` string, required
  - `status` 'pending', required
  - `createdDate` string, required

## Other responses

- `400` — Validation failed.
- `401` — Unauthorized.
- `403` — Forbidden.
- `429` — Quota exhausted.

---

[API](https://skmtc.net/otterly/apis/otterly-public-api.md) · [All operations](https://skmtc.net/otterly/apis/otterly-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/otterly/otterly-public-api/versions/49f12c5f26c7/schema)
