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
+1 -1
View File
@@ -150,7 +150,7 @@ for batch_size in 3 5; do
output_file=$(mktemp)
cid=$(get_container_id)
curl_args=(-s -X POST "${BASE_URL}/api/v1/tools/remove-background" -H "Authorization: Bearer ${TOKEN}")
curl_args=(-s -X POST "${BASE_URL}/api/v1/tools/image/remove-background" -H "Authorization: Bearer ${TOKEN}")
for i in $(seq 1 "$batch_size"); do
curl_args+=(-F "file=@${P}")
done