Get Upload URL

Retrieves the document upload URL by passing the document ID
Documents
Get Upload URL
 last updated: 
November 30, 2023

ENDPOINT (PERSON)

  1. GET /v1/person/:id/document/:document_id/upload-url

ENDPOINT (BUSINESS)

  1. GET /v1/business/:id/document/:document_id/upload-url

RESPONSE

  1. {
  2.   "id": "doc-e073e130-0221-4f4c-99e4-21a06ee56666",
  3.   "personId": "per-de343f0d-abc4-43af-b3d0-540e3994f3af",
  4.   "url": "https://v2-prod-test-solidfi-documents.amazonaws.com/person/...",
  5. }

You can use the upload URL provided in the url field to Upload a Document. Note that the URL expires after 15 minutes.