Exemple curl
Obtenir votre clé API
Inscrivez-vous et créez une clé API avant d’exécuter cet exemple.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Appelez Rock API avec curl.
curl https://rockapi.ai/v1/chat/completions \
-H "Authorization: Bearer $ROCK_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-4o-mini","messages":[{"role":"user","content":"Hello"}]}'
