chore: section-prefix remaining tool paths in docs, examples, benchmarks, and multi-input test

This commit is contained in:
SnapOtter
2026-06-21 00:30:10 +08:00
parent 84247fd077
commit c1c66efd3f
56 changed files with 69 additions and 60 deletions
+2 -2
View File
@@ -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