Uploading Records Using Signed URLs
Once authorized, follow this process to upload records:File Upload Process
After obtaining authorization from the Upload Record endpoint (HTTP 200), the API provides a batch of file entries requested by the client. Each entry includes:- An upload URL for each file
- The required form fields for secure upload
A successful file upload will return a 204 No Content response, confirming that the file was uploaded.