Skip to main content
POST
Parse questionnaire content

Authorizations

X-API-Key
string
header
required

API key for authentication

Body

application/json
fileData
string
required

Base64-encoded contents of the questionnaire file.

fileType
string
required

MIME type of the file (PDF, image, XLSX, CSV, TXT).

Example:

"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"

fileName
string

Original name of the questionnaire file.

Example:

"vendor-security-questionnaire.xlsx"

vendorName
string

Name of the vendor the questionnaire came from.

Example:

"Acme Corp"

Response

200 - application/json

Parsed questionnaire content

The response is of type object.