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
method
enum<string>
required
Available options:
GET,
POST,
PUT,
PATCH,
DELETE,
OPTIONS
path
string
required
query
object
headers
object
body
object

Response

200 - application/json

The response is of type any.