Skip to main content
GET
/
v1
/
facebook
/
group_id
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"
}
πŸͺ™4 creditsper request

Copy for AI

πŸ€– Why Code When AI Can Do It For You?

Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

Authorizations

Authorization
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx Get your API key from the Dashboard.

Query Parameters

url
string
required

The URL of the group

Response

The response is of type object.