Skip to main content

Upload File

POST 

/utility/api/1.0/files

Upload File

Request

Query Parameters

    fileCategory stringrequired

    Possible values: [bgv-tenth, bgv-twelfth, bgv-degree, bgv-employment, bgv-criminal, bgv-police-verification, bgv-police-clearance-certificate, bgv-cibil, bgv-local-address-digital, bgv-local-address-postal, bgv-permanent-address-digital, bgv-permanent-address-postal]

    The background check category the file belongs to.

    Example: bgv-twelfth

Body

required
    file binaryrequired

    The file to upload (PDF or image)

Responses

File uploaded successfully

Schema
    code integer
    message string
    data object
    fileUrl string

    URL of the uploaded file. Pass this as the document URL in verification APIs.

Loading...