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" }
Use your api key generated from the admin console
UNKNOWN