curl --request POST \
--url http://localhost:3333/v1/trust-access/admin/requests/{id}/preview-nda \
--header 'X-API-Key: <api-key>' \
--header 'X-Organization-Id: <x-organization-id>'Generate preview NDA with watermark and save to S3 with preview-* prefix
curl --request POST \
--url http://localhost:3333/v1/trust-access/admin/requests/{id}/preview-nda \
--header 'X-API-Key: <api-key>' \
--header 'X-Organization-Id: <x-organization-id>'Was this page helpful?