---
title: "Profile Duplicate"
method: POST
path: "/profiles/{profile_id}/duplicate"
tags: ["profiles"]
---

# Profile Duplicate

`POST /profiles/{profile_id}/duplicate`

## Path parameters

- `profile_id` string, required

## Headers

- `x-notte-request-origin` string, nullable
- `x-notte-sdk-version` string, nullable

## Request body

- ProfileDuplicateRequest
  - `name` string, nullable — Optional name for the duplicate; defaults to the source profile name

## Response `200`

Successful Response

- ProfileResponse
  - `profile_id` string, required — Profile ID (format: notte-profile-{16 hex chars})
  - `name` string, nullable, required — Profile name
  - `created_at` string, date-time, required — Profile creation timestamp
  - `updated_at` string, date-time, required — Profile last update timestamp
  - `persisted_domains` string[] — List of domains with persisted browser state (cookies, localStorage, sessionStorage)

## Other responses

- `422` — Validation Error

## Changes

> 8 revisions in range; 5 could not be searched.

- **2026-07-31** `b1d81309d362` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/notte/apis/notte-api/changes/profiles/:profile_id/duplicate/post.md)

---

[API](https://skmtc.dev/notte/apis/notte-api.md) · [All operations](https://skmtc.dev/notte/apis/notte-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/notte/notte-api/revisions/8be811b42f48/schema)
