Skip to main content
GET
/
chat
/
messages
/
{message_id}
/
export
Export Step Output
curl --request GET \
  --url https://ds.cominty.com/chat/messages/{message_id}/export \
  --header 'x-cominty-token: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.cominty.ai/llms.txt

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

Authorizations

x-cominty-token
string
header
required

Your Cominty API token.

Path Parameters

message_id
string<uuid>
required

Query Parameters

format
enum<string>
required
Available options:
pdf,
docx

Response

Successful Response