AI Dream Interpreter
How to Use AI Dream Interpreter
Describe your dream
Write down what you remember. The more detail, the better. No account needed.
Interpret
The model walks through the symbols and what they might mean, in seconds.
Keep the interpretation
Copy it or download it to look back on later.
Use this tool via API
Call this tool straight from your own scripts. The endpoint follows the OpenAI REST format and signs requests with a bearer token, so client libraries you already use keep working. You are billed the same token rate as the web app.
curl -X POST https://api.rewind.ai/v1/chat/completions/ \
-H "Authorization: Bearer sk-rewind-..." \
-H "Content-Type: application/json" \
-d '{"model": "qwen/qwen-2.5-7b-instruct", "messages": [{"role": "user", "content": "Suggest a 1500-calorie meal plan."}]}'