Skip to main content
POST
Download item list
Download item list Pricing — base $0.0145 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

Item list download request parameters

User Cookie

Example:

"Your_Cookie_Here"

min_cursor
integer
required

Min cursor (start timestamp in milliseconds)

Example:

1752336000000

max_cursor
integer
required

Max cursor (end timestamp in milliseconds)

Example:

1760198399000

type_filters
integer[]

Type filters: 1=video under 1 min, 2=1-3 min video, 3=3-5 min video, 4=video over 5 min, 5=image+text, 8=long-form article

Example:
need_long_article
boolean
default:true

Include long articles

Example:

true

Response

200

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