post
https://ingest.spektr.com/v3/public/actions/
Submits form data with support for deferred file uploads.
Integration Flow:
- Submit form data including file names for any file fields
- If files need uploading, response includes presigned S3 URLs (status:
accepted) - Upload files to S3 using the presigned URLs (multipart form POST)
- Call
POST /:token/confirmto verify uploads and complete submission
Response Status:
completed: No files to upload, submission processed immediatelyaccepted: Files need uploading, use provided presigned URLs then call /confirm
File Upload:
When uploading to S3, send a multipart form POST to the url with:
- All fields from the
fieldsobject as form fields - The file content as
filefield
