Make sure to copy your API key now as you won’t be able to see it again.
Start by making your first request to the chat completions API:
shell
curl https://api.cinder.dev/v1/responses \
-H "Content-Type: application/json" \
-H "Authorization: Bearer cdr-8QfLmR3TnVzKpH2yWdXbA6UeJc4SgN1o" \
-d '{
"model": "cinder-2-reasoning",
"input": "What is the meaning of life, the universe, and everything?"
}'
API key created successfully.