Assembly

Generates a flow assembly for the specified flow.

post

Generates a flow assembly for the specified flow.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Path parameters
flowIdentifierstring · uuidRequired

The unique identifier of the flow.

projectIdentifierstringRequired
Body
flowWidebooleanRequired
documentObjectIdentifierstring · uuid | nullableOptional
Responses
200

OK

Responsestring · binary
post
/projects/{projectIdentifier}/flows/{flowIdentifier}/assembly
POST /projects/{projectIdentifier}/flows/{flowIdentifier}/assembly HTTP/1.1
Host: api.example.uk.jylo.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 83

{
  "flowWide": true,
  "documentObjectIdentifier": "123e4567-e89b-12d3-a456-426614174000"
}
binary

Last updated