Skip to main content
GET
/
v1
/
twitter
/
broadcast
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/twitter/broadcast?rest_id=44196397' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": {
    "live": false
  },
  "requestId": "309e183d-9d4c-4c0b-906e-7dfb355fa278"
}

Documentation Index

Fetch the complete documentation index at: https://docs.keyapi.ai/llms.txt

Use this file to discover all available pages before exploring further.

πŸͺ™1 creditper 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

rest_id
string
required
Example:

"44196397"

Response

The response is of type object.