Skip to main content
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

profile_id
string
required
The profile_id returned by Initiate upload.

Request body

name
string
required
Human-readable label for the profile.
browser_name
string
required
Browser the profile was captured with (for example chromium, firefox, webkit, or selenium). Validated against the set of supported browsers.
browser_version
string
required
Browser version string the profile was captured with (for example 131).
description
string
Optional free-text description.
labels
object
Optional key-value metadata for your own bookkeeping.

Examples

Response

Errors