Echo test via httpbin.
| Field | Type | Required |
|---|---|---|
q | string | required |
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"}'{
"actor": "httpbin-get",
"status": "SUCCEEDED",
"stats": { "items": 1 },
"items": [ ... ],
"brand": "Vector by Phoenix"
}