POST
/
transformer
/
preview
curl --request POST \
  --url https://platform.versori.com/api/switchboard/v1alpha1/transformer/preview \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "input": "<string>",
  "transform": "<string>",
  "overrides": [
    {
      "actorid": "<string>",
      "input": "<string>"
    }
  ]
}'
{
  "output": {}
}

Authorizations

Authorization
string
header
required

Body

application/json

Payload to pass configuration and preview input data to the transformer.

The body is of type object.

Response

200
application/json

The transformed data from the transformer.

The response is of type object.