Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.neariq.io/llms.txt

Use this file to discover all available pages before exploring further.

GET /export

Export account data in a single JSON response. The current export includes business profile, competitors, and alerts.
curl https://app.neariq.io/api/v1/export \
  -H "X-NearIQ-Key: niq_your_key_here"
Query parameters
ParameterTypeDefaultDescription
formatstringjsonResponse format. Only json is currently supported.
includestringbusiness,competitors,alertsComma-separated subset: business, competitors, alerts
The export is generated synchronously and returns the full payload. For large accounts, this may take a few seconds.