Skip to main content
POST
/
team-data
/
setAIPrompt
/
:teamDataId
Set AI Prompt
curl --request POST \
  --url https://www.api.baselink.tech/team-data/setAIPrompt/:teamDataId \
  --header 'bearer: <api-key>'
{
  "success": true,
  "message": "<string>"
}
Set or update the AI prompt for a team.
success
boolean
Indicates if the AI prompt was set successfully.
message
string
Success or error message.