Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.trycomp.ai/v1/isms/documents/{id}/export \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "format": "pdf" } '
Export an ISMS document as PDF or DOCX in Comp AI.
API key for authentication
File format to export the ISMS document as
pdf
docx
"pdf"
Rendered document
Was this page helpful?