We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc23ec7 commit 0b01f90Copy full SHA for 0b01f90
src/content/docs/workers-ai/features/async-batch-api.mdx
@@ -290,7 +290,7 @@ Content-Type: application/json
290
After receiving a `request_id` from your initial POST, you can poll for or retrieve the results with another POST request:
291
292
```bash
293
-POST https://api.cloudflare.com/client/v4/accounts/<account-id>/ai/run/@cf/meta/ray-llama-3.3-70b-instruct-fp8-fast?queueRequest=true
+POST https://api.cloudflare.com/client/v4/accounts/<account-id>/ai/run/@cf/meta/ray-llama-3.3-70b-instruct-fp8-fast
294
Authorization: <token>
295
Content-Type: application/json
296
```
0 commit comments