Skip to main content
POST
/
twitter
/
create_community_v2
cURL
curl --request POST \
  --url https://api.twitterapi.io/twitter/create_community_v2 \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "login_cookies": "<string>",
  "name": "<string>",
  "description": "<string>",
  "proxy": "<string>"
}'
{
  "community_id": "<string>",
  "status": "<string>",
  "msg": "<string>"
}

Authorizations

X-API-Key
string
header
required

Body

application/json
login_cookies
string
required

The login cookies of the user.You can get the login_cookies from /twitter/user_login_v2.Must be set

name
string
required

The name of the community.Must be set

description
string
required

The description of the community.Must be set

proxy
string
required

The proxy to use.Please use high-quality residential proxies and avoid free proxies.Required.Example: http://username:password@ip:port . You can get proxy from: https://www.webshare.io/?referral_code=4e0q1n00a504

Response

Login response

community_id
string

The id of the created community.

status
string

Status of the request.success or error

msg
string

Message of the request.error message