Developer-API

bash
curl -sS https://tycoon.us/api/public/tasks \
  -H "Authorization: Bearer $TYCOON_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: competitor-research-2026-08-01" \
  -d '{"prompt":"Research the three closest competitors and summarize their pricing."}'

Vollständiger Quickstart →