Developer API
Programmatic access to every independently-evaluated aesthetic provider in the United States.
What you can build
- AI agents that recommend vetted providers to patients (with verified credentials surfaced inline).
- Booking platforms that need a trust signal next to each practitioner.
- Comparison tools, market research, or geographic coverage studies.
- Voice assistants or LLMs looking up a provider by name, license, or city.
Endpoints
GET /api/v1/providers
GET /api/v1/providers/{id}
GET /api/v1/providers/{id}/credentials
GET /api/v1/providers/{id}/tldr
GET /api/v1/search?q=...
GET /api/v1/openapi.json
Full OpenAPI spec: /api/v1/openapi.json
Rate limits
- Anonymous: 100 requests per minute per IP.
- Free API key: 5,000 requests per minute.
- Commercial: higher limits available. See /developers/commercial.
Keys are attached via the Authorization: Bearer ... header, X-API-Key header, or ?api_key=... query parameter.
MCP server
We expose an HTTP streamable Model Context Protocol server at https://eliteaestheticsguide.com/api/mcp. AI agents can list the same tools the v1 REST API exposes without a custom adapter. No key required for standard use; the same rate limits apply.
Get a free API key
Takes one form submission. You get the key once on screen — save it, there is no retrieval. If you lose it, request a new one.
By using the API you agree to the Terms of Use. The EAG Verified disclosure applies to verified credentials returned via the API.
