દસ્તાવેજીકરણ
API Reference
Complete reference for Zof's REST API, including authentication, endpoints, and examples.
Base URL
https://api.zof.ai/v1Authentication
All API requests require a Bearer token in the Authorization header:
Authorization: Bearer YOUR_API_TOKENEndpoints
POST
/runsStart a new validation run
GET
/runs/{id}Get run status and results
GET
/runsList all runs
POST
/runs/{id}/cancelCancel a running validation
GET
/agentsList available agents
GET
/reports/{id}Get detailed report
GET
/scoresGet reliability scores
Example Request
curl -X POST https://api.zof.ai/v1/runs \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"project_id": "proj_abc123",
"workflow": "smoke",
"ref": "main"
}'Related
મદદની જરૂર છે?
મદદની જરૂર છે?
Zofમાંથી સૌથી વધુ મેળવવામાં તમારી સહાય કરવા માટે અમારી સપોર્ટ ટીમ અહીં છે.