Fast View

GET/POST

https://api.yoozseen.com/api/v1

An ultra-fast view service — delivery starts almost instantly and runs at maximum speed. Because it is the fastest tier it is priced a little higher than the other views; if price matters more than speed, use one of the other view services.

Request

Query parameters

NameDefinition
key *Your Api Key
action *add
service *id service (24)
link *post link
quantity *order quantity

* - mandatory parameter

Request example
1 2 3 4 5 6 7 8 9 curl --location 'https://api.yoozseen.com/api/v1/' \ --header 'Content-Type: application/json' \ --data '{ "key": "xxxxxxxxx", "action": "add", "service": "24", "link": "https://t.me/username/123", "quantity": "order quantity" }'
Response

* Meaning and usage of each parameter

NameDescription
status Returns the order status: (pending — registered and in progress) (error — registration failed) (completed — completed order)
message_error error description
order your order
quantity your order quantity
link your order link
rate price (dollar)
currency currency type
Response example
1 2 3 4 5 6 7 8 { "status": "pending", "order": 1500123, "link": "https://t.me/username/123", "quantity": 100, "remains": 0.5, "currency": "dollar" }