DevelopmentApi
Create a new AI conversation
Creates a new persisted AI conversation record for the workspace before additional chat turns are streamed.
Creates a new persisted AI conversation record for the workspace before additional chat turns are streamed.
Authorization
patAuth PAT<token>
Personal Access Token
In: header
Path Parameters
workspaceId*string
Request Body
application/json
title*string
Length
1 <= length <= 160[key: string]?never
Response Body
curl -X POST "https://loading/api/workspaces/string/ai/conversations" \ -H "Content-Type: application/json" \ -d '{ "title": "string" }'Empty
Empty
Empty