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

string
required
The profile_id returned by Initiate upload.

Request body

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

Examples

Response

Errors