/
AS
astrbotdevs
/
AstrBot OpenAPI v1
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 13m ago · Updated 6d ago
Details
Filter operations
Open API
6
get
List bot IDs
post
Upload attachment file
post
Send chat message (SSE)
get
List chat sessions with pagination
post
Send proactive message to a platform bot
get
List available chat config files
Open API
List bot IDs
Returns configured bot/platform IDs.
get
/api/v1/im/bots
Response
OK
ApiResponseBotList
required
status
string
message
string
nullable
data
object
Example response
{ "status": "ok" }
Changes