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

# Create a crawlability check

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

## Request body

- PublicApiCreateCrawlabilityCheckRequest
  - `workspaceId` string, required
  - `url` string, uri, required

## Response `201`

Crawlability check created.

- PublicApiCreateCrawlabilityCheckResponse
  - `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)
