UpvoteBiz

API

REST API for resellers and automation. to get your API key.

Endpoint

https://new.upvote.biz/api/v1

All requests require key (your API key). Method: GET or POST. Response: JSON.

GET

Services List

Get a list of all available services.

Params: key=YOUR_API_KEY, action=services

POST

Add Order

Place a new order. Optional: hashtag, usernames, comments, runs, interval.

Params: key=YOUR_API_KEY, action=add, service=SERVICE_ID, link=https://reddit.com/..., quantity=1000

GET

Order Status

Get the status of a single order.

Params: key=YOUR_API_KEY, action=status, order=ORDER_ID

GET

Multi Status

Get status of multiple orders at once.

Params: key=YOUR_API_KEY, action=status, orders=1,2,3

GET

Balance

Check your account balance.

Params: key=YOUR_API_KEY, action=balance

POST

Create Refill

Create a refill request for an order.

Params: key=YOUR_API_KEY, action=refill, order_id=ORDER_ID

GET

Refill Status

Check the status of a refill request.

Params: key=YOUR_API_KEY, action=refill_status, refill=REFILL_ID