POST
/
api
/
v1
/
yasmina-schengen-travel
/
upload-documents
Upload travel documents
curl --request POST \
  --url https://staging.yasmina.ai/api/v1/yasmina-schengen-travel/api/v1/yasmina-schengen-travel/upload-documents \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form quote_id=Q-HVI7GMGM \
  --form id_document=@example-file \
  --form passport_document=@example-file
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
quote_id
string
required
Example:

"Q-HVI7GMGM"

id_document
file
required
passport_document
file
required

Response

Documents uploaded successfully