/
CA
campsite
/
Campsite API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.0.0
2026-07-13
13
21
31.7 KB
Create message
Creates a new chat message.
post
/v2/threads/{thread_id}/messages
Path parameters
thread_id
string
required
Request body
V2ThreadsThreadIdMessagesPostRequest
required
content_markdown
string
required
The message content in Markdown format.
parent_id
string
The ID of the parent message.
Response
V2Message
required
id
string
required
content
string
required
created_at
string
required
updated_at
string
required
parent_id
string
nullable
required
thread_id
string
required
author
V2Author
required