+ 05 · API Reference
API · Submissions
Miner submission endpoints — the git-based submission flow (public and private-repo paths), plus per-submission status. The inline source-submission endpoint was removed in PR #599.
All endpoints below are mounted under /v1 on the validator API (https://api.minotaursubnet.com). The CORS allowlist covers https://app.minotaursubnet.com.
GET /v1/submissions
List submissions, optionally filtered by round, epoch, and/or hotkey.
Query parameters
round_id—str | Noneepoch—int | Nonehotkey—str | Noneinclude_details—bool
POST /v1/submissions
Submit a new IntentSolver for screening and benchmarking.
Query parameters
body—SubmitRequest
Response: SubmitResponse
Status code: 201
GET /v1/submissions/{submission_id}/status
Get the current status of a submission.
Path parameters
submission_id—str(required)
Response: StatusResponse