Euryka offers public APIs for Imaginations (image, video, and audio generation) and Contacts (the Prospects CRM). These APIs let you build integrations, automate workflows, and embed Euryka's AI generation capabilities into your own products.
Plan requirement: API access is included on the Enterprise plan. Contact the Euryka team if you're on another plan and need API access for a specific use case.
Authentication
All API requests use API key authentication. Include your key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Create API keys from API Keys in the Euryka sidebar. See API Keys for step-by-step instructions.
Imaginations API
The Imaginations API gives programmatic access to everything available in the Imaginations UI — image, video, and audio generation across all the frontier models Euryka supports.
Base URL
https://your-workspace.euryka.ai/api/v1/imaginations
What you can do
- Submit generation requests (image, video, audio)
- Specify model, prompt, and reference files
- Poll for generation status and retrieve results
- List and filter past iterations
Use cases
- Automate batch image generation for product catalogues
- Integrate Euryka video generation into a content pipeline
- Generate audio assets programmatically for a media workflow
Contacts API
The Contacts API gives programmatic CRUD access to the Prospects contact database. Use it to sync contacts from your existing CRM or ATS into Euryka Prospects.
Base URL
https://your-workspace.euryka.ai/api/v1/contact
What you can do
- Create, read, update, and delete contacts
- List contacts with filtering
- Sync contacts in bulk from an external system
Use cases
- Push leads from your CRM into Euryka Prospects for outreach sequencing
- Sync ATS candidates into Prospects for recruiter outreach
- Keep Euryka contacts in sync with a source of truth system
Rate limits and quotas
Rate limits and generation quotas depend on your Enterprise plan tier. Contact the Euryka team for specifics on your workspace's limits.
Getting help with the API
For API-specific questions:
- Open the Help Center from the Euryka sidebar
- Or contact support directly — include your workspace ID (visible in the sidebar URL) and the endpoint or error you're working with