Skip to main content
POST
/
api
/
blind
/
channels
/blind/channels
curl --request POST \
  --url https://api.anysite.io/api/blind/channels \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300
}
'
[
  {
    "id": 123,
    "name": "<string>",
    "@type": "BlindChannel",
    "channel_type": "<string>",
    "url": "<string>",
    "image": "<string>",
    "category": "<string>",
    "description": "<string>",
    "cover": "<string>",
    "follower_count": 123,
    "article_count": 123
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
count
integer
required

Max number of channels to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
integer
required
name
string
required
@type
string
default:BlindChannel
channel_type
string | null
url
string | null
image
string | null
category
string | null
description
string | null
cover
string | null
follower_count
integer | null
article_count
integer | null