---
title: "Get basic info for multiple channels"
method: POST
path: "/api/channels/batch_info"
tags: ["channels"]
---

# Get basic info for multiple channels

`POST /api/channels/batch_info`

Returns id, name, and type for a batch of channel IDs

## Request body

- integer[]

## Response `200`

OK

- object
  - `data` ModelChannelBasicInfo[]
    - `id` integer
    - `name` string
    - `type` 1 | 3 | 4 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55
  - `message` string
  - `success` boolean

---

[API](https://skmtc.net/labring/apis/ai-proxy-swagger-api.md) · [All operations](https://skmtc.net/labring/apis/ai-proxy-swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/labring/ai-proxy-swagger-api/revisions/696faf563b42/schema)
