Fuzzing
10 endpoints. Every path below is served by bevm-backend behind the gateway at https://api.trilocore.ai.
POST /api/v1/bevm/fuzz-runs
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |
Request body not published
This endpoint accepts a body, but no machine-readable schema
for it is published yet, so none is shown. The example below
is therefore incomplete — do not read it as "send no body".
DELETE /api/v1/bevm/fuzz-runs/{uid}
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |
GET /api/v1/bevm/fuzz-runs/{uid}
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |
GET /api/v1/bevm/fuzz-runs/{uid}/corpus-entries
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |
GET /api/v1/bevm/fuzz-runs/{uid}/corpus-entries/{name}
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |
POST /api/v1/bevm/fuzz-runs/{uid}:advance
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |
Request body not published
This endpoint accepts a body, but no machine-readable schema
for it is published yet, so none is shown. The example below
is therefore incomplete — do not read it as "send no body".
POST /api/v1/bevm/fuzz-runs/{uid}:stop
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |
Request body not published
This endpoint accepts a body, but no machine-readable schema
for it is published yet, so none is shown. The example below
is therefore incomplete — do not read it as "send no body".
GET /api/v1/bevm/wordlists
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |
GET /api/v1/bevm/wordlists/{name}
| Property |
Value |
| Authentication |
Authorization: Bearer (jns_ key or SSO session) |
| Idempotency-Key |
not required |
| Success |
200 |
| Upstream |
bevm-backend |