post
https://ingest.spektr.com/v3/public/actions//confirm
Confirms that all file uploads are complete and triggers execution to resume.
Integration Flow:
- Call after uploading all files from the
submitV3response to S3 - If all files are present in S3, returns
completedand resumes process execution - If files are missing, throws 409 Conflict with new presigned URLs for retry
Response Status:
completed: All files verified, execution resumedpending(409 Conflict): Files missing, presigned URLs provided for retry
Retry Flow: If 409 is returned, upload the missing files using the new presigned URLs and call confirm again.
