---
title: "Create profile"
method: POST
path: "/api/v1/profile"
---

# Create profile

`POST /api/v1/profile`

Creates a new browser profile.

## Cookies

- `apikey` string

## Request body

- ProfileRequest — Request model for creating a browser profile.
  - `id` string, nullable — The ID to assign to the new profile. If None, a random name will be generated.

## Response `200`

Successful Response

- ApiResponseProfileResponse
  - `r` ProfileResponse, required — Response model for creating a browser profile.
    - `id` string, required — The ID of the created browser profile.
    - `cookie_domains` string[], nullable — Registered domains (e.g. 'amazon.com') with cookies in this profile, most-recently-accessed first.
    - `cookie_count` integer, nullable — Total number of cookies stored in the profile.
    - `profile_size_bytes` integer, nullable — Size of the stored profile archive in bytes.
    - `last_saved_at` integer, nullable — Unix epoch seconds of the most recent profile save.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/smooth/apis/circlemind-zero.md) · [All operations](https://skmtc.dev/smooth/apis/circlemind-zero/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smooth/circlemind-zero/revisions/472956a12adf/schema)
