Flow Exports
Generates an export for the specified flow.
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
flowIdentifierstring · uuidRequired
The unique identifier of the flow.
projectIdentifierstringRequired
Query parameters
exportDocumentsbooleanOptionalDefault:
Whether to include documents in the export.
falseResponses
200
OK
Responsestring · binary
400
Bad Request
403
Forbidden
post
/projects/{projectIdentifier}/flows/{flowIdentifier}/exportPOST /projects/{projectIdentifier}/flows/{flowIdentifier}/export HTTP/1.1
Host: api.example.uk.jylo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
binaryLast updated