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:
@@ -216,7 +216,7 @@ Authentication methods:
|
||||
API keys support scoped permissions that intersect with user role permissions.
|
||||
|
||||
Processing a file:
|
||||
POST /api/v1/tools/:toolId
|
||||
POST /api/v1/tools/:section/:toolId
|
||||
Content-Type: multipart/form-data
|
||||
Body: file (binary), settings (JSON string)
|
||||
Response: { jobId, downloadUrl, originalSize, processedSize }
|
||||
@@ -231,7 +231,7 @@ Pipelines (chained tool workflows):
|
||||
DELETE /api/v1/pipeline/:id
|
||||
POST /api/v1/pipeline/batch
|
||||
|
||||
Batch processing: POST /api/v1/tools/:toolId/batch (multiple files in, ZIP archive out).
|
||||
Batch processing: POST /api/v1/tools/:section/:toolId/batch (multiple files in, ZIP archive out).
|
||||
|
||||
## Tech Stack
|
||||
|
||||
|
||||
Reference in New Issue
Block a user