Overview
Replicas are the avatar/voice personas used by AI Interviewers. Use these endpoints to list the replicas available to a team or to register a new one. A replica’sid is what you pass as aiConfiguration.replicaId when creating an AI
interview.
Only safe replica fields are returned. Provider credentials and sync internals are never
exposed by the API.
List Replicas
List the replicas available to the team. Endpoint:GET /qsi/gather/replicas
string
Override the team context for this request.
- cURL
- JavaScript
- Python
Create Replica
Register a new replica for the team. Endpoint:POST /qsi/gather/replicas
- cURL
- JavaScript
- Python
Related Resources
Interviews
Configure AI interviewers that use a replica
Score Card Templates
Define scoring rubrics for interviews

