Quickstart
Start your interaction with Graphite API
Making an API Request
curl -L -X POST "https://app.graphite-note.com/api/v1/prediction/model/[model-code]" \
-H "Authorization: Bearer [token]" \
-H "Content-Type: application/json" \
-d "[data]"Last updated
Was this helpful?

