# UPLOAD DOCUMENT

Upload the required documentation for certificate issuance.

Endpoint: POST /api/v1/requests/{id_request}/upload_videoid_evidence
Version: v1

## Path parameters:

  - `id_request` (string, required)
    The unique identifier of the Request

## Request fields (multipart/form-data):

  - `document` (string, required)
    The file to be uploaded

  - `label` (string, required)
    Label assigned to document

## Response 201 fields (application/json):

  - `pk` (number)
    The document database id

  - `type` (number)
    The uploaded document type


