interzoid_custom_data
AI Custom, Self-Defined Data Enrichment. Define your own data API: describe a topic, provide a lookup value, and specify the output fields you want. Returns real-world data as a JSON object with your self-defined fields. Example: topic='detailed information about companies', lookup='IBM', output='["headquarters","ceo","website"]'. Premium API, cost varies by model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | AI model to use (optional: 'default', 'model-a', 'model-a-premium', 'model-x') | |
| topic | Yes | Description of the data domain (e.g. 'detailed information about companies', 'healthcare data by city') | |
| lookup | Yes | The lookup value to retrieve data for (e.g. 'IBM', 'Las Vegas', '85250') | |
| output | Yes | JSON array of desired output field names (e.g. '["headquarters","ceo","website"]') |