# 1. Point MarquIQ at your product
curl -X POST https://api.marquiq.com/v1/products \
-H "Authorization: Bearer $MARQUIQ_TOKEN" \
-d '{"url": "https://your-saas.com"}'
# 2. Connect surfaces (one OAuth each)
open https://marquiq.com/connections
# 3. Drop three to five posts in your voice
curl -X POST https://api.marquiq.com/v1/voice/samples \
-H "Authorization: Bearer $MARQUIQ_TOKEN" \
-d '{"samples": ["...", "...", "..."]}'
# 4. Subscribe to outbound events
curl -X POST https://api.marquiq.com/v1/webhooks \
-H "Authorization: Bearer $MARQUIQ_TOKEN" \
-d '{"url": "https://your-ops.com/marquiq", "events": ["*"]}'
# 5. Ship. First queue lands in ~10 minutes.