websets_guide
Get guidance on using Exa's content websets to create collections, search web content, enhance data, and set up notifications with practical examples.
Instructions
Get helpful guidance, examples, and workflows for using Exa's content websets effectively. Learn how to create websets, search content, enhance data, and set up notifications with practical examples.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | What you'd like guidance on |
Input Schema (JSON Schema)
{
"properties": {
"topic": {
"description": "What you'd like guidance on",
"enum": [
"getting_started",
"creating_websets",
"searching_content",
"enhancing_data",
"setting_notifications",
"workflow_examples",
"troubleshooting",
"best_practices"
],
"type": "string"
}
},
"required": [
"topic"
],
"type": "object"
}