← API Reference
AI Agent
Pre-composed daily market summary for LLM ingestion
get
/api/v1/ai/market-briefAuthentication
Stytch session JWT or Bearer API key (cx_...).
Responses
200Market brief with structured data and formatted text
okboolean
asofDaystring
briefstring
Pre-formatted text summary
structuredobject
durationMsinteger
Example request
curl -X GET 'https://cryptyx.ai/api/v1/ai/market-brief' \ -H 'Authorization: Bearer cx_...'
Try it live in the Playground (auth required to execute).