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
/runs/runs/{id}/runs/runs/{id}/cancel/agents/reports/{id}/scoresExample 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
Kailangan ng Tulong?
Narito ang aming team ng suporta upang tulungan kang masulit ang Zof.
