Valyourise Logo

ValYouRise

DevelopmentApi

Create a new AI conversation

Creates a new persisted AI conversation record for the workspace before additional chat turns are streamed.

POST
/api/workspaces/{workspaceId}/ai/conversations

Creates a new persisted AI conversation record for the workspace before additional chat turns are streamed.

PAT<token>

Personal Access Token

In: header

Path Parameters

workspaceId*string

Request Body

application/json

title*string
Length1 <= 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