POST
/
passthrough
curl --request POST \
  --url https://app.venice.is/api/v0/passthrough \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "GET",
  "path": "<string>",
  "query": {},
  "headers": {},
  "body": {}
}'
"<any>"

Body

application/json

Response

200
application/json

Successful response

The response is of type any.