RESTful API
Standard HTTP JSON API. Works with any language or framework.
API key auth
Authenticate with a bearer token from your Settings page.
Streaming
Manifest and Insight endpoints support Server-Sent Events for real-time progress.
# Add to all requests
Authorization: Bearer hk_your_api_key_here
Generate API keys in Settings → API Keys. API access requires the Agency plan.
/v1/insight/researchRun brand research pipelineAgency+/v1/forge/runRun Forge production brief agentsAgency+/v1/forge/:idRetrieve Forge output by run IDAgency+/v1/manifest/generateGenerate strategy deck (streaming)Agency+/v1/craft/imageGenerate images via fal.aiAgency+/v1/craft/videoGenerate video (async)Agency+/v1/modelsList available AI modelsPro+/v1/projectsList your projectsPro+# Run Insight research
curl -X POST https://hypnotic.ai/api/v1/insight/research \
-H "Authorization: Bearer hk_..." \
-H "Content-Type: application/json" \
-d '{"subject": "Nike", "projectId": "proj_xxx"}'
Full API reference, SDKs, and code examples coming soon. Join the developer waitlist.