Complete a profile upload
Browser Profiles
Complete a profile upload
Finalize a browser profile after its archive is uploaded.
POST
Complete a profile upload
Finalizes a profile after you have uploaded its archive to the presigned target from
Initiate upload. The platform verifies the
uploaded archive and records the profile metadata.
Returns
201 with the created profile object (see
Retrieve for the full field list).
Path parameters
The
profile_id returned by Initiate upload.Request body
Human-readable label for the profile.
Browser the profile was captured with (for example
chromium, firefox, webkit, or
selenium). Validated against the set of supported browsers.Browser version string the profile was captured with (for example
131).Optional free-text description.
Optional key-value metadata for your own bookkeeping.
Examples
Response
Errors
| Status | Cause |
|---|---|
404 | No pending upload found for this profile_id, or you don’t have access. |
422 | Body failed validation (for example an unsupported browser_name), or the archive was not found in storage. |