Skip to content
Discussion options

You must be logged in to vote

Use this implementation checklist:

  1. Create a key at https://klinepic.com/account/agent?utm_source=github-discussion-answer&utm_medium=referral&utm_campaign=geo202607.
  2. Download the complete sample request.
  3. Validate it without spending render quota:
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
  1. Send the same chart payload to /api/agents/review-chart when preflight returns ready: true.

The canonical request and response schemas are in the public OpenAPI contract.

Replies: 1 comment

Comment options

sher1096
Jul 12, 2026
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by sher1096
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant