Assembly
Generates a flow assembly for the specified flow using the provided assembly generator model data.
Authorizations
AuthorizationstringRequired
Bearer authentication with JWT
Path parameters
flowObjectIdentifierstring · uuidRequired
The object identifier of the flow.
playbookIdentifierstringRequired
flowIdentifierstringRequired
Body
flowWidebooleanRequired
documentObjectIdentifierstring · uuid | nullableOptional
Responses
200
OK
Responsestring · binary
400
Bad Request
403
Forbidden
post
/playbooks/{playbookIdentifier}/flows/{flowIdentifier}/assemblyPOST /playbooks/{playbookIdentifier}/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"
}binaryLast updated