Playground
Try the Clarify API in your browser
Authentication
Saved locally in your browser. Header sent as Authorization: api-key YOUR_KEY
POST
https://api.clarify.ai/v1/workspaces/{workspace}/objects/{object}/recordsPath parameters
Request body
This will modify data in your workspace
Enter an API key above to send requests.
curl -X POST \
'https://api.clarify.ai/v1/workspaces/{workspace}/objects/{object}/records' \
-H 'Authorization: api-key YOUR_API_KEY'