Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.msgflash.com/llms.txt

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

Endpoint

POST /api/v1/statuses

Body

FieldTypeRequiredDescription
instanceIdUUIDyesInstance source
typetext | imageyesStatus type
contentstringyesTexte ou URL publique de l’image
captionstringnoLégende si image
backgroundColorstringnoColor hex si texte

Success response 201

{
  "data": {
    "instanceId": "inst_uuid",
    "providerMessageId": "BAE5D1A2B3C4D5E6"
  }
}