bot

Bot Answer Route

Channel-only Q&A. The data scope is decided by the CHANNEL the question was asked in (which client that channel is connected to in Minro) — never by who is asking. No channel context (a DM), or a channel that isn't connected, returns no data. The asker's identity is not used for scoping (kept only for rate-limiting / telemetry).

post/api/v1/bot/answer

Query parameters

providerstring required
platform_user_idstring required
channel_idstring nullable

Request body

textstring required
triggerstring
thread_idstring nullable
author_namestring nullable
reply_tostring nullable
reply_channel_idstring nullable

Response

Successful Response

Changes