Integrate AI chart analysis into your own trading bots, apps, or workflows using our REST API.
Go to the API tab in your dashboard and generate an API key. Keep this key secret — it's linked to your account and credits.
Send a POST request to /api/v1/analyze with your chart image as multipart form data. Include your API key in the Authorization header. The response contains the full analysis JSON.
The API returns structured JSON with entry, TP levels, SL, confidence, patterns detected, and the annotated chart as a base64 image. Parse this into your application.
Each API call uses one scan credit. Rate limits depend on your plan. The API returns clear error codes — handle 429 (rate limited) and 402 (no credits) gracefully.
Combine with TradingView webhooks, Telegram bots, or your own scripts. Capture chart → send to API → get analysis → execute trade. Full automation is possible.