Loading API docs...
Run the repository's API cookbook scripts for health checks, webhook lifecycle tests, exports, and integration status checks.
Base URL
https://api.trendsagi.com114
Routes
16
Guides
3
Languages
Pre-made scripts are included under `scripts/api_cookbook` and were validated on February 19, 2026 against the live API.
`01_status_and_trends.sh`
Checks `/status` and `/api/trends` baseline health.
`02_webhook_lifecycle.sh`
Create, test, inspect executions, and delete webhook.
`03_ads_reporting_preview_export.sh`
Catalog query, report preview, and CSV export validation.
`04/05_integration_status_matrix`
Status matrix in Node (`.mjs`) and Python (`.py`).
export TRENDSAGI_API_KEY="<TRENDSAGI_API_KEY>"
cd scripts/api_cookbook
bash ./01_status_and_trends.sh
bash ./02_webhook_lifecycle.sh
bash ./03_ads_reporting_preview_export.sh
node ./04_integration_status_matrix.mjs
python3 ./05_integration_status_matrix.py