-
|
Short answer: use the public KLinePic Agent API to validate a structured trade payload, render one annotated PNG, or create a batch job with a ZIP archive. Recommended flow
What data can I send?The API accepts structured trade records from broker statements, exchange history, backtest fills, or trading journals. For deterministic rendering, send trade CSV plus caller-supplied K-line CSV data with Is there a free tier?Yes. The Free plan includes 30 chart renders and 2 batch jobs per month. Free outputs keep the KLinePic watermark. Preflight and References
KLinePic is a post-trade review and visualization tool. It does not provide investment advice, predictions, trading signals, or automated trading. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Use this implementation checklist:
curl -X POST https://klinepic.com/api/agents/preflight \
-H "Authorization: Bearer $KLINE_AGENT_API_KEY" \
-H "Content-Type: application/json" \
--data-binary @agent-api-review-chart-sample.json
The canonical request and response schemas are in the public OpenAPI contract. |
Beta Was this translation helpful? Give feedback.
Use this implementation checklist:
/api/agents/review-chartwhen preflight returnsready: true.The canonical request and response schemas are in the public OpenAPI contract.