Archust Docs
SEO

Create action

POST
/v1/seo/actions

Authorization

bearerAuth
AuthorizationBearer <token>

Clerk session JWT. Also send x-clerk-org-id if org context needed.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/v1/seo/actions" \  -H "Content-Type: application/json" \  -d '{    "siteId": "60189e9c-7d12-438c-b9ca-6998d9c364b1",    "title": "string"  }'
Empty