POST
/
transformation
/
{id}
/
run
curl --request POST \
  --url https://api.vectorshift.ai/v1/transformation/{id}/run \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "inputs": {}
}'
{
  "status": "success",
  "result": {}
}

Authorizations

Authorization
string
header
required

Bearer token authentication using API key

Path Parameters

id
string
required

Body

Response

200
application/json

Transformation executed successfully

The response is of type object.