Skip to content

UANATACA RA API DOCUMENTATION (v1)

Download OpenAPI description
Languages
Servers

https://api.uanataca.com/

Operations
Operations
Operations
Operations
Operations
Operations

Request

Upload the required documentation for certificate issuance.

Path
id_requeststringrequired

The unique identifier of the Request

Bodymultipart/form-datarequired
documentstringrequired

The file to be uploaded

labelstringrequired

Label assigned to document

curl -i -X POST \
  'https://api.uanataca.com/api/v1/requests/{id_request}/upload_videoid_evidence' \
  -H 'Content-Type: multipart/form-data' \
  -F document=string \
  -F label=string

Responses

Successful Response

Bodyapplication/json
pknumber

The document database id

typenumber

The uploaded document type

Response
application/json
{ "pk": 48312, "type": "videoid_evidence" }
Operations