Get Contents
get_contentsRetrieve clean, parsed page contents (text) for one or more Exa result IDs or URLs. Use after search to read the full content of pages. Example: get_contents({ ids: ["https://example.com/article"] })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | An Exa result ID or URL, or an array of them. | |
| _apiKey | No | Optional — your own Exa API key for higher limits; omit to use the shared Pipeworx key. |