New:System Graph 2.0See System Graph 2.0
文档

API Reference

Complete reference for Zof's REST API, including authentication, endpoints, and examples.

Base URL

https://api.zof.ai/v1

Authentication

All API requests require a Bearer token in the Authorization header:

Authorization: Bearer YOUR_API_TOKEN

Endpoints

POST
/runs
Start a new validation run
GET
/runs/{id}
Get run status and results
GET
/runs
List all runs
POST
/runs/{id}/cancel
Cancel a running validation
GET
/agents
List available agents
GET
/reports/{id}
Get detailed report
GET
/scores
Get 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"
  }'
需要帮助吗?

需要帮助吗?

我们的支持团队随时帮助您充分利用 Zof。

API参考 | Zof AI