1
Get access
Request API access from your Reflection AI contact.
2
Make a request
3
Next steps
Read the guides for model details and the Mirror platform.
Endpoint and model names above are placeholders. Update before external release.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get running in five minutes
Get access
Make a request
curl https://api.reflection.ai/v1/chat/completions \
-H "Authorization: Bearer $REFLECTION_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "t6", "messages": [{"role": "user", "content": "Hello"}]}'
Next steps