Developer

HTTP Echo

Echo test via httpbin.

Input

FieldTypeRequired
qstringrequired

Run it

curl -X POST "https://api.buildwithapi.io/v1/actors/httpbin-get/run-sync-get-dataset-items" \
  -H "X-API-Key: vk_live_..." -H "Content-Type: application/json" \
  -d '{"q": "hello"}'

Response

{
  "actor": "httpbin-get",
  "status": "SUCCEEDED",
  "stats": { "items": 1 },
  "items": [ ... ],
  "brand": "Vector by Phoenix"
}
Try it live → ← All actors Actor docs