Parse questionnaire content
Questionnaire
Parse questionnaire content | Comp AI API
Parse questionnaire content from a submitted payload so teams can extract security questions before generating or reviewing answers.
POST
Parse questionnaire content
Authorizations
API key for authentication
Body
application/json
Base64-encoded contents of the questionnaire file.
MIME type of the file (PDF, image, XLSX, CSV, TXT).
Example:
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
Original name of the questionnaire file.
Example:
"vendor-security-questionnaire.xlsx"
Name of the vendor the questionnaire came from.
Example:
"Acme Corp"
Response
200 - application/json
Parsed questionnaire content
The response is of type object.

