Public API (Server)

Base URL

https://backend.sendeasy.app

Authentication models

  1. Channel token (/api/messages/send, /api/v1/email/*)
  2. API token (/api/v1/waba/*, /api/v1/ai/*)
  3. Integration token (/api/integration/generic)

Main endpoints

MethodEndpointAuth
POST/api/messages/sendChannel token
POST/api/integration/genericIntegration token
POST/api/v1/email/sendEmail channel token — see /en/server/email
GET/api/v1/email/healthEmail channel token
POST/api/v1/ai/completionAPI token — see /en/server/bots
POST/api/v1/ai/extractAPI token
POST/api/v1/ai/searchAPI token
GET/api/v1/ai/healthAPI token
POST/api/v1/diagnostic-submissionsAPI token — see /en/server/diagnosticos

Success and error contracts

Success example:

{ "message": "Message queued successfully" }

Error example:

{ "error": "ERR_NO_PERMISSION" }

Translation strategy

Keep error as canonical key and resolve display messages by locale in your client.

Essa informação foi útil?