Add Order
GET/POST
https://api.yoozseen.ir/api/v1
List All Service
* tracking of the product list and accessing prices or other details please use the Service List method
Request
Query parameters
NameDefinition
key *Your Api Key
action *add
service *id service
link *channel/group/post link
quantity *order quantity
speedspeed for order (0, 1, 2, 5, 15, 30) 0 means maximum speed and other numbers mean (x) every minute.
startdelayDelay to start (0-1440) mins
intervalThe distance between each number (0-1440) mins
vpiorder per interval (10,500000)
rowoption row (start from 1) (for likes/votes)
columnoption row (start from 1) (for likes/votes)
textoption text (instead of row and column for likes/votes)
reactioncan be ("๐", "๐", "โค๏ธ", "๐ฅ", "๐ฅฐ", "๐", "๐", "๐ค", "๐คฏ", "๐ฑ", "๐คฌ", "๐ข", "๐", "๐คฉ", "๐คฎ", "๐ฉ", "๐", "๐", "๐", "๐คก", "๐ฅฑ", "๐ฅด", "๐", "๐ณ", "โค๏ธโ๐ฅ", "๐", "๐ญ", "๐ฏ", "๐คฃ", "โก๏ธ", "๐", "๐", "๐", "๐คจ", "๐", "๐", "๐พ", "๐", "๐", "๐", "๐ด", "๐ญ", "๐ค", "๐ป", "๐จโ๐ป", "๐", "๐", "๐", "๐", "๐จ", "๐ค", "โ๏ธ", "๐ค", "๐ซก", "๐
", "๐", "โ๏ธ", "๐
", "๐คช", "๐ฟ", "๐", "๐", "๐", "๐ฆ", "๐", "๐", "๐", "๐", "๐พ", "๐คทโโ๏ธ", "๐คท", "๐คทโโ๏ธ", "๐ก") for reaction
* - mandatory parameter
Request example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
curl --location 'https://api.yoozseen.ir/api/v1/' \
--header 'Content-Type: application/json' \
--data '{
"key": "xxxxxxxxx",
"action": "add",
"service": "id service",
"link": "channel/group/post link",
"quantity": "order quantity",
"speed": 0,
"startdelay": 0,
"interval": 0,
"vpi": 10,
"row": 1,
"column": 1,
"text": "",
"reaction": "๐"
}'Response
* Meaning and usage of each parameter
NameDescription
statusReturns the order status: (pending โ registered and in progress) (error โ registration failed) (completed โ completed order)
message_errorerror description
orderyour order
quantityyour order quantity
linkyour order link
rateprice (dollar)
currencycurrency type
Response example
1
2
3
4
5
6
7
8
{
"status": "pending",
"order": 152452543,
"link": "https://t.me/YoozSeen_English/10",
"quantity": "10",
"remains": 0.005,
"currency": "dollar"
}