Copy Session Sources to Profile
Endpoint
POST /v1/profiles/{profileId}/copy-session-sources
Description
Copies source data (e.g. text, uploaded files, etc.) from a specific autofill session into the specified user profile.
This allows enriching a profile using previously submitted session content.
Used when you want to persist session-specific data as part of a reusable profile for future form-filling.
Request
Path Parameters
Parameter | Type | Required | Description |
---|---|---|---|
profileId | string | ✓ | The ID of the profile to update. |
Headers
Header | Required | Description |
---|---|---|
Authorization | ✓ | Bearer YOUR_API_KEY |
Content-Type | ✓ | application/json |
Body (JSON)
{
"session_id": "66700d319ad27d71fa6cbd8d"
}
Success Response — 200 OK
{
"id": "up_2caed28f18c34d83982e3bcd9cffbb96",
"created": "2025-07-03T10:20:52.0773442Z",
"object": "update_profile",
"status": "completed"
}