mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-23 21:59:57 +02:00
24 lines
467 B
HTTP
24 lines
467 B
HTTP
###
|
|
POST http://0.0.0.0:3008/scan
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"llmSpec": "GET http://example.com\nContent-Type: application/json\n\n{\"key\": \"value\"}",
|
|
"maxBudget": 10
|
|
}
|
|
|
|
###
|
|
GET http://0.0.0.0:3008/v1/data-config
|
|
Content-Type: application/json
|
|
|
|
|
|
|
|
###
|
|
POST http://0.0.0.0:8718/v1/self-probe
|
|
Authorization: Bearer XXXXX
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"prompt": "GET http://example.com\nContent-Type: application/json\n\n{\"key\": \"value\"}"
|
|
}
|