Skip to main content
POST
/
v1
/
apps
/
{id}
/
vercel
/
proxy
/
{path}
Vercel API proxy
curl --request POST \
  --url https://api.usenaive.ai/v1/apps/{id}/vercel/proxy/{path} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "error": {
    "message": "<string>",
    "hint": "<string>",
    "reason": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Path Parameters

id
string
required
path
string
required

Vercel API subpath.

Body

application/json

The body is of type object.

Response

Upstream passthrough response.