Skip to main content

API Reference

All endpoints use the base URL:
https://yeoffsnpsacsnxphsokr.supabase.co/functions/v1

Authentication

Include your API key as a Bearer token:
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

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": "Description of what went wrong"
}

Error Codes

CodeMeaning
200Success
400Bad request, missing or invalid parameters
401Unauthorized, invalid or missing API key
402Insufficient credits
404Contact or resource not found
429Rate limit exceeded
500Internal server error