Skip to main content
POST
/
api
/
compress
Compress Prompt API
curl --request POST \
  --url https://app.llumo.ai/api/api/compress \
  --header 'Content-Type: application/json' \
  --data '
{
  "prompt": "<string>"
}
'
{
  "data": "<string>",
  "statusCode": 123,
  "message": "<string>"
}

Documentation Index

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

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

Body

application/json
prompt
string

Response

Success

data
string
statusCode
integer
message
string