apidance.pro
  1. cloudflare-api
apidance.pro
  • twitter-api
    • 1.1
      • /users/show
      • /followers/list
      • /friends/list
    • graphql
      • CreateTweet
      • CreateNoteTweet
      • CreateRetweet
      • QuoteTweet
      • FavoriteTweet
      • CreateBookmark
      • HomeLatestTimeline
      • SearchTimeline
      • AudioSpaceSearch
      • AudioSpaceById
      • TweetDetail
      • TweetResultByRestId
      • UserByScreenName
      • UserByRestId
      • UserTweets
      • UserTweetsAndReplies
      • UserMedia
      • Followers
      • Following
      • FollowersYouKnow
      • Retweeters
      • ListLatestTweetsTimeline
      • ProfileSpotlightsQuery
      • CommunitiesFetchOneQuery
      • CommunityTweetsTimeline
    • simple api
      • TweetDetail
      • UserTweets
      • Retweeters
      • Quotes
      • Search
    • notifications
      • notifications all
      • notifications mentions
      • notifications verified
    • Upload media
      POST
    • Check the remaining API calls
      GET
  • cloudflare-api
    • /cf
      GET
    • /cf
      POST
    • /cfCookie
      GET
    • /cfCaptcha
      GET
    • /cfCheckpoint
      GET
    • Check the remaining API calls
      GET
  • pumpscam
    • pumpscam api
    • Check the remaining API calls
  1. cloudflare-api

/cfCaptcha

GET
https://api.apidance.pro/cfCaptcha
Bypass this cloudflare captcha
https://i.ibb.co/gtsWSXX/image.png

Request

Authorization
Add parameter in header
apikey
Example:
apikey: ********************
Query Params
url
string 
required
Example:
https://example.com
sitekey
string 
required
Example:
0x4AAAAAAAsXXXXXXX
Header Params
apikey
string 
optional
Default:
your-apikey

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.apidance.pro/cfCaptcha?url=https://example.com&sitekey=0x4AAAAAAAsXXXXXXX' \
--header 'apikey;'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Previous
/cfCookie
Next
/cfCheckpoint
Built with