POST
/
v1
/
sample-data
curl --request POST \
  --url https://cloud.activepieces.com/api/v1/sample-data \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "flowVersionId": "<string>",
  "projectId": "<string>",
  "stepName": "<string>",
  "payload": "<any>",
  "fileType": "UNKNOWN"
}'
{
  "id": "<string>",
  "size": 123,
  "type": "UNKNOWN"
}

Authorizations

Authorization
string
header
required

Use your api key generated from the admin console

Body

application/json
flowVersionId
string
required
projectId
string
required
stepName
string
required
payload
any
required
fileType
Available options:
UNKNOWN

Response

200 - application/json
Default Response
id
string
required
type
required
Available options:
UNKNOWN
size
number