Developer API
Integrate Paulina Jean — EONSLIFE's AI Business Ambassador — directly into your applications. Chat, book calls, generate market intelligence, and launch campaigns programmatically.
Quick Start
Sign up at eonslife.com/signup and fund your DealFuel wallet.
Create an API key below (or via POST /api/v1/keys).
Include Authorization: Bearer pk_live_... in every request.
Call any endpoint. Costs are debited from your DealFuel balance automatically.
Your API Keys
Capabilities & Pricing
Chat
Conversational AI with full business context
Calls
Book strategy & coaching calls
Market Intel
Market intelligence reports
Personas
Synthetic marketing personas (OmniMask)
Campaigns
Campaigns + AI image generation (Studio)
All costs in DealFuel (DF) — 1 DF = 1 USD. Top up via crypto at eonslife.com/wallet.
Endpoint Reference
Click an endpoint to expand the request/response examples.
Authentication & Security
Bearer Token
Every request must include your API key in the Authorization header:
Authorization: Bearer pk_live_a1b2c3d4e5f6...
Key Security
Keys are hashed (SHA-256) on our side — we never store your plaintext key. If a key is compromised, revoke it immediately and create a new one.
Rate Limits
Default: 60 requests/minute per key. Status 429 is returned when exceeded, with a Retry-After header.
Scopes
Each key can be scoped to specific capabilities. Attempting to access an endpoint outside your key's scopes returns 403.
Error Codes
400Bad Request401Invalid/missing key402Insufficient DealFuel403Scope not authorized429Rate limit exceeded500Server error