Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url 'https://api.keyapi.ai/v1/facebook/group_id?url=https%3A%2F%2Fwww.facebook.com%2Fgroups%2F1270525996445602%2F' \ --header 'Authorization: Bearer <YOUR_API_KEY>'
{ "code": 0, "message": "success", "data": { "group_id": "1270525996445602" }, "requestId": "de84f327-4e3e-4a73-b38d-b2d4268b3354" }
根据公开 Facebook 群组 URL 提取对应的 Group ID,便于后续调用群组帖子、群组详情和未来活动接口。
🤖 让 AI 帮你写调用代码
点击按钮复制一段结构化提示词,可直接交给 ChatGPT、Claude 或其他 AI 助手生成接口调用代码。
接口鉴权凭证。请在请求 Header 中传入 Authorization: Bearer <YOUR_API_KEY>。 可在 Dashboard 获取你的 API Key。
Authorization: Bearer <YOUR_API_KEY>
需要解析 Group ID 的 Facebook 群组 URL。
请求成功
The response is of type object.
object