Create Identity
POST https://app.resemble.ai/api/v2/identity
Create a new identity profile. Two request forms are supported:
- Simple (audio-only) — flat parameters with an audio sample; creates a
personidentity withteamvisibility and enrolls the voice immediately. - Multimodal — a nested
identityobject with full control over type, visibility, and metadata. Reference media (voice samples, face photos, reference videos) is then enrolled with Add Reference Media.
To create an identity from an image, use the multimodal form and attach the photo in a second call — see Add Reference Media.
Simple Create (audio-only)
Request Body
Example
Or upload the audio file directly:
Response
success reflects whether the voice was enrolled for matching immediately; if enrollment is delayed, the identity is still created and enrollment completes in the background. Requests with no audio source return 422 Unprocessable Entity.
Multimodal Create
Request Body
Example
Response
Returns 201 Created with the full Identity object:
Invalid parameters return 422 Unprocessable Entity with an errors object.
The multimodal form creates the profile only — enroll voice samples, face photos, or reference videos with Add Reference Media.
