Skip to main content
POST
/
v1
/
ui
/
providers
/
documents
cURL
curl --request POST \
  --url https://api.example.com/v1/ui/providers/documents \
  --header 'Content-Type: multipart/form-data' \
  --form document='@example-file' \
  --form 'documentType=<string>' \
  --form documentSide=front

Body

multipart/form-data
document
file
documentType
string

Type of document (e.g., "identity", "business_license", "tax_certificate")

documentSide
enum<string>
default:front

Side of the document (front or back)

Available options:
front,
back

Response

201 - undefined