START FREE
Insert coin.
One public product URL is the whole entry fee. You see the complete loop — context, evidence, and one reviewed move — before any signup or payment.
01
ENTER YOUR PRODUCT URL
One public product page is enough. No account and no card is needed to see the whole loop, and nothing is published for you.
02
REVIEW THE PRODUCT CONTEXT
Bounded extraction reads the page and proposes your audience, problem and credible topics. You confirm or correct it on the result page before research runs — the context you approve is the context the move is built from.
BOUNDED HTML EXTRACTION · UNTRUSTED PAGE CONTENT · YOU HAVE THE FINAL SAY
03
CLAIM IT AND CALL THE API
Sign in with Google or a magic link to claim the project and keep the result. Claimed projects get a project-scoped API key, so your agent can request the next move directly.
curl -X POST "https://trendsfast.com/v1/next-move" \
-H "Authorization: Bearer $TRENDSFAST_API_KEY" \
-H "Idempotency-Key: $(uuidgen)" \
-H "Content-Type: application/json" \
-d '{"product_url":"https://yourproduct.com",
"objective":"Grow among technical founders",
"generation_level":"brief"}'