From 975820213d438d2723d9fe93d2a12e93d3b6507c Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Sat, 15 Mar 2025 14:11:26 -0700 Subject: [PATCH] docs --- docs/swarms_cloud/swarms_api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/swarms_cloud/swarms_api.md b/docs/swarms_cloud/swarms_api.md index b9501d9c..36d3327a 100644 --- a/docs/swarms_cloud/swarms_api.md +++ b/docs/swarms_cloud/swarms_api.md @@ -148,7 +148,7 @@ Run a swarm with the specified configuration to complete a task. ```bash # Run single swarm -curl -X POST "http://localhost:8080/v1/swarm/completions" \ +curl -X POST "https://api.swarms.world/v1/swarm/completions" \ -H "x-api-key: $SWARMS_API_KEY" \ -H "Content-Type: application/json" \ -d '{ @@ -243,7 +243,7 @@ Run multiple swarms as a batch operation. **Example Request**: ```bash # Batch swarm completions -curl -X POST "http://localhost:8080/v1/swarm/batch/completions" \ +curl -X POST "https://api.swarms.world/v1/swarm/batch/completions" \ -H "x-api-key: $SWARMS_API_KEY" \ -H "Content-Type: application/json" \ -d '[