Skip to main content
POST
/
api
/
user
/
favoriteAssistants
/
{id}
Add an assistant to the caller's favorites
curl --request POST \
  --url https://pria.praxislxp.com/api/user/favoriteAssistants/{id} \
  --header 'x-access-token: <api-key>'
{
  "success": true,
  "favoriteAssistants": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Path Parameters

id
string
required

The ObjectId of the assistant to favorite

Response

Favorite added (or already present — list returned)

success
boolean
Example:

true

favoriteAssistants
string[]

Updated list of favorite assistant ObjectIds