If you’re using Python, we recommend using our Python SDK.

Setting up

Get your free API key and start running tasks in minutes.

Get your free API key

Unlock your free welcome credits. No credit card required.

Authentication

All API endpoints are authenticated using your API key.
cURL
curl -X POST https://api2.circlemind.co/api/v1/task \ 
          -H "apikey: cmzr-YOUR_API_KEY" \
          -H "Content-Type: application/json" \
          -d '{"task": "<your_task_description>"}'