POST
/
transformations
/
test
curl --request POST \
  --url https://app.indexing.co/dw/transformations/test \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "code": "function transform(block) { ... }"
}'
[
  {}
]

Authorizations

X-API-KEY
string
header
required

Query Parameters

network
string
required
beat
integer
required
filter
string

Optional filter name to test against

filterKeys
string[]

Optional filterKeys to test against. Required if also passing filter

Body

Transformation to test
code
string
Example:

"function transform(block) { ... }"

Response

200
application/json
Response from test

The response is of type object[].