Skip to main content
POST
/
minecraft
/
chat
Process Minecraft Chat Prompt
curl --request POST \
  --url https://api.example.com/minecraft/chat \
  --header 'Content-Type: application/json' \
  --data '
{
  "prompt": "<string>"
}
'
{
  "prompt": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.seraph.si/llms.txt

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

Body

application/json

Chat prompt to send to the AI

prompt
string

Response

The original prompt received, indicating successful processing (Note: The actual AI response is not returned directly by this endpoint).

prompt
string