Skip to main content
POST
/
transformation
/
{id}
/
run
Run a transformation
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": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.vectorshift.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication using API key

Path Parameters

id
string
required

Body

inputs
object
required

Response

Transformation executed successfully

status
enum<string>
required
Available options:
success,
failed
result
object
required