cURL
curl --request GET \ --url https://suprkeywords.com/app/api/v1/jobs/{jobId}/personas
{ "personas": [ { "id": "<string>", "name": "<string>", "avatarName": "<string>", "description": "<string>", "intentWeights": {} } ] }
Returns the LLM-generated personas for the job. Allowed for demo user when unauthenticated; otherwise requires access to the job.
List of personas with intent weights and optional avatar_name
Show child attributes