API Reference

The Exchangly API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Authentication

The Exchangly API uses API keys to authenticate requests. You can view and manage your API keys in the Exchangly Dashboard.

Example Header
Authorization: Bearer YOUR_API_KEY

Endpoints

GET/v1/leads

Returns a list of leads discovered by your agents.

View full documentation
POST/v1/websites

Triggers the generation of a new website for a specific lead.

View full documentation
GET/v1/agents

Retrieves all active autonomous agents.

View full documentation