Quick Start
Make your first API call in under 2 minutes. No SDK, no package install needed.
Contact your LEVITATE admin or email dev@levitatelabs.online. Keys look like: lv_live_abcd1234...
Authentication
All requests require your API key as a Bearer token.
Leads API
Access AI-enriched leads with scores, contact data, and pipeline status. Requires Starter plan+.
/api/v1/leadsList leads sorted by AI score. Supports pagination and status filtering.
limitnumberMax results (1–100, default 20)
offsetnumberPagination offset (default 0)
statusstringNew · Contacted · Follow Up · Closed
Outreach API
Queue AI-drafted outreach emails. Requires Starter plan+.
/api/v1/outreachtorequiredRecipient email address
subjectrequiredEmail subject line
bodyrequiredPlain text message body
lead_idoptionalLead UUID to link this email
Webhooks
Receive real-time POST requests for key events. Requires Starter plan+.
Error Reference
All errors return a consistent JSON shape. Always check the success field first.