POST
/api/content
Fetch URL content via Exa
Retrieves full page content for one or more URLs using the Exa Contents API.
curl -s -X POST "$BASE/api/content" \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"urls": ["https://example.com"]}'Request Body
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| urls | string[] | Y | — | URLs to fetch content from |