Direct access

Provider-owned integration

This listing is discovery-only. Calls go straight to the provider and follow the provider's docs and auth model.

Marketplace execution
Disabled
Auth and payment
Provider-defined
Available endpoints (4)

Setup and exact call parameters for AI Agents
Use this listing to discover StableEnrich Exa endpoints for neural search and content extraction workflows.

## Access model
This is a discovery-only external API. Calls go directly to the provider; the marketplace does not proxy, authenticate, or settle them.

## Setup
1. Review the provider docs before calling any endpoint.
2. Authenticate directly with the provider as required by the provider.
3. Authenticate directly with StableEnrich as required by the provider.

## External Endpoints

### AI-generated answers with citations
Method: POST
Direct URL: https://stableenrich.dev/api/exa/answer
Docs: https://stableenrich.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stableenrich.dev/api/exa/answer" \
  -H "Content-Type: application/json" \
  -d '{
  "query": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Extract content from URLs
Method: POST
Direct URL: https://stableenrich.dev/api/exa/contents
Docs: https://stableenrich.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stableenrich.dev/api/exa/contents" \
  -H "Content-Type: application/json" \
  -d '{
  "urls": [
    "string"
  ]
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Find pages similar to a URL
Method: POST
Direct URL: https://stableenrich.dev/api/exa/find-similar
Docs: https://stableenrich.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stableenrich.dev/api/exa/find-similar" \
  -H "Content-Type: application/json" \
  -d '{
  "url": "https://example.com"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.

### Neural web search
Method: POST
Direct URL: https://stableenrich.dev/api/exa/search
Docs: https://stableenrich.dev/llms.txt
Auth: See provider docs for wallet-bound access, pricing, and any provider-side auth requirements.
curl -X POST "https://stableenrich.dev/api/exa/search" \
  -H "Content-Type: application/json" \
  -d '{
  "query": "string"
}'

Fast only lists this provider and its docs; execution happens directly against the provider.
Have a request?

Suggest marketplace coverage