Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/email/inbox — List received emails, optionally filtered by inbox.
curl "https://api.usenaive.ai/v1/email/inbox?from_inbox=uuid&limit=20" \ -H "Authorization: Bearer nv_sk_live_..."
{ "emails": [ { "id": "uuid", "from": "someone@external.com", "to": "research@acme-corp.ai", "subject": "Re: Research findings", "snippet": "Thanks for the...", "received_at": "2026-05-02T10:30:00Z" } ], "has_more": true }