AVAILABLE
One ordinary HTTP contract.
- REST API
- Structured Next Move JSON
- Async status endpoint
- Project-scoped API keys for approved users
- HTTP workflow examples
AI AGENTS / HTTP API
TrendsFast turns a public product URL and bounded trend evidence into structured JSON that any approved, HTTP-capable agent can request and poll.
AVAILABLE
COMING SOON
A generic HTTP example is not a native integration.
EXAMPLE WORKFLOWS
Each example uses the same authenticated create, poll, and result sequence.
Example HTTP workflow
Example HTTP workflow
Example HTTP workflow
Example HTTP workflow
Example HTTP workflow
Example HTTP workflow
Example HTTP workflow
Example HTTP workflow
Example HTTP workflow
CREATE → POLL → DECIDE
Keys are unique to an approved project, shown once, bounded by rate and provider-cost controls, and revocable. Result polling does not create a research run.
curl -X POST https://trendsfast.com/v1/next-move \
-H "Authorization: Bearer tf_live_<prefix>.<secret>" \
-H "Idempotency-Key: 4a2d1201-9666-4ef0-90a9-e5aa47786c8e" \
-H "Content-Type: application/json" \
-d '{
"product_url": "https://example.com",
"goal": "qualified_signups",
"market": "US",
"language": "en",
"preferred_channels": ["x", "linkedin"]
}'HTTP/1.1 202 Accepted
Location: https://trendsfast.com/v1/next-moves/scan_01J...
{
"id": "scan_01J...",
"status": "QUEUED",
"status_url": "https://trendsfast.com/v1/next-moves/scan_01J..."
}GET /v1/next-moves/scan_01J...
{
"status": "READY",
"next_move": {
"action": "PUBLISH",
"channel": "x",
"topic": "Evidence-first distribution agents",
"confidence": 0.82,
"valid_until": "<absolute ISO-8601 timestamp>"
},
"why_now": {
"signal_class": "CORROBORATED_SIGNAL",
"independent_source_count": 3
},
"evidence": [{ "url": "https://original.example/..." }],
"founder_reviewed": true,
"auto_publish": false
}PROVE VALUE BEFORE ACCESS