Skip to main content
POST
Get DOU+ estimated delivery results
Get DOU+ estimated delivery results Pricing — base $0.00145 per successful call (provider cost × 1.45; final charge scales by your plan multiplier). Charged only when the upstream response body code is 200.
Response structure is not yet fully documented — refer to the actual API response.

Example

Authorizations

Authorization
string
header
required

AIsa API key. Get yours at https://aisa.one

Body

application/json

DOU+ Delivery Effect Estimate Request Model

item_ids
string
required

Item id(s), comma separated; normally use schema=0 for one item and schema=3 for multiple items

Minimum string length: 1
Example:

"7677202522116819185"

external_action
integer
default:44

Optimization action code; must match target_id, default 44 (NativeAction). Common values: 45=like, 46=follow, 47=comment, 51=link click, 102=multiple native actions, 181=homepage visit

Example:

44

target_id
integer
default:31

Promotion target id, default 31 (likes and comments). Common values: 32=followers, 33=homepage visits, 37=video plays, 40=live popularity, 45=comment-link clicks, 63=show to followers, 78=natural promotion, 81=high interaction frequency

Example:

31

schema
integer
default:0

Delivery schema: 0=single-item Default, 3=multi-item BatchDelivery; the official client selects it from the item count

Example:

0

is_max_cv
boolean
default:true

Whether to estimate in MaxCV (maximum-conversion-volume) mode; the official client derives it from target capability, item count, budget and manual-bid state, default true

Example:

true

pay_type
integer
default:1

Payment channel: 0=CashDesk, 1=IAP, 2=Caijing, 3=CgTradeCash; the official estimate request uses 1

Required range: 0 <= x <= 3
Example:

1

cost_int
integer
default:30000

1000), default 30000 (CNY 30

Example:

30000

duration_seconds
integer
default:21600

Delivery duration in seconds, default 21600 (6 hours

Example:

21600

Response

200

Successful response. Response structure varies; refer to the actual API response.