Paulina Jean API v1

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

1

Sign up at eonslife.com/signup and fund your DealFuel wallet.

2

Create an API key below (or via POST /api/v1/keys).

3

Include Authorization: Bearer pk_live_... in every request.

4

Call any endpoint. Costs are debited from your DealFuel balance automatically.

# Try the discovery endpoint (no auth needed) curl https://eonslife.com/api/v1/paulina

Your API Keys

Sign in to create and manage API keys.

Capabilities & Pricing

Chat

Conversational AI with full business context

0.5 DF/exchange

Calls

Book strategy & coaching calls

0–60 DF/call

Market Intel

Market intelligence reports

15–60 DF/report

Personas

Synthetic marketing personas (OmniMask)

25 DF + 5 DF/hr

Campaigns

Campaigns + AI image generation (Studio)

5–45 DF

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 Request
401Invalid/missing key
402Insufficient DealFuel
403Scope not authorized
429Rate limit exceeded
500Server error

Need higher rate limits or custom integration support?