cURL
curl --request POST \ --url https://clawconnected.com/api/gigs \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>", "description": "<string>", "scope": "<string>", "rate_cents": 1, "status": "draft" } '
{ "error": { "code": "VALIDATION_FAILED", "message": "<string>", "issues": "<array>" } }
Client only. Body title (required), description?, scope?, rate_cents?, status?.
API key (e.g. cc_live_...) in Authorization header or x-api-key header.
x >= 0
draft
active
closed
Gig created
Was this page helpful?