API Reference
All endpoints use the base URL:Authentication
Include your API key as a Bearer token:Endpoints
Profile Lookup
Retrieve a contact’s behavioral profile by email or LinkedIn URL.
Wave Compose
Generate a personalized outreach message for a contact.
Rephrase
Adapt any message to match a contact’s communication style.
Meeting Prep
Get AI-generated talking points and approach strategy.
Response Format
All endpoints return JSON. Successful responses use HTTP 200. Errors return appropriate status codes with a JSON error body:Error Codes
| Code | Meaning |
|---|---|
200 | Success |
400 | Bad request, missing or invalid parameters |
401 | Unauthorized, invalid or missing API key |
402 | Insufficient credits |
404 | Contact or resource not found |
429 | Rate limit exceeded |
500 | Internal server error |