Skip to main content
POST
/
internal
/
ai-conversations
Create AI conversation
curl --request POST \
  --url https://api.stack-auth.com/api/v1/internal/ai-conversations \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "id": "<string>",
  "title": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://stackauth-e0affa27-chore-move-mcp-to-a-sep-app.mintlify.app/llms.txt

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

Body

application/json
title
string
required
projectId
string
required
messages
object[]
required

Response

200 - application/json

Successful response

id
string
required
title
string
required