mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
chore: section-prefix remaining tool paths in docs, examples, benchmarks, and multi-input test
This commit is contained in:
@@ -66,8 +66,8 @@ export default defineConfig({
|
||||
|
||||
- Base URL: \`http://localhost:1349\`
|
||||
- Auth: Session token via \`POST /api/auth/login\` or API key (\`Authorization: Bearer si_...\`)
|
||||
- Tools: \`POST /api/v1/tools/{toolId}\` (multipart: file + settings JSON)
|
||||
- Batch: \`POST /api/v1/tools/{toolId}/batch\` (multiple files, returns ZIP)
|
||||
- Tools: \`POST /api/v1/tools/{section}/{toolId}\` (multipart: file + settings JSON)
|
||||
- Batch: \`POST /api/v1/tools/{section}/{toolId}/batch\` (multiple files, returns ZIP)
|
||||
- Pipelines: \`POST /api/v1/pipeline/execute\` (chain tools sequentially)
|
||||
- Interactive API docs on running instance: \`/api/docs\`
|
||||
- OpenAPI spec on running instance: \`/api/v1/openapi.yaml\`
|
||||
|
||||
Reference in New Issue
Block a user