Skip to content

Commit 3c1fc05

Browse files
template link
1 parent b85bae9 commit 3c1fc05

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers-ai/features/batch-api

1 file changed

+1
-1
lines changed

src/content/docs/workers-ai/features/batch-api/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Asynchronous batch processing lets you send a collection (batch) of inference re
1313

1414
When you send a batch request, the API immediately acknowledges receipt with a status like `queued` and provides a unique `request_id`. This ID is later used to poll for the final responses once the processing is complete.
1515

16-
You can use the Batch API by either creating and deploying a Cloudflare Worker that leverages the [Batch API with the AI binding](/workers-ai/features/batch-api/get-started/), using the [REST API](/workers-ai/features/batch-api/batch-api-rest-api/) directly or by starting from a template.
16+
You can use the Batch API by either creating and deploying a Cloudflare Worker that leverages the [Batch API with the AI binding](/workers-ai/features/batch-api/get-started/), using the [REST API](/workers-ai/features/batch-api/batch-api-rest-api/) directly or by starting from a [template](https://github.com/craigsdennis/batch-please-workers-ai).
1717

1818
:::note[Note]
1919

0 commit comments

Comments
 (0)