Skip to main content
POST
/
generate-document-on-demand
Generate an on-demand document
curl --request POST \
  --url https://api.example.com/generate-document-on-demand \
  --header 'Content-Type: application/json' \
  --data '
{
  "productId": "<string>",
  "configName": "<string>",
  "targetId": "<string>",
  "branchId": "<string>",
  "metadata": [
    "<string>"
  ]
}
'
{ "attachmentId": "<string>" }

Body

application/json
productId
string
required

The productId

configName
string
required
targetId
string
required
branchId
string
metadata
string[]

Response

attachmentId
string