Skip to main content
POST
Fetch live room history list
Fetch live room history list 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

Live room history list request parameters

User Cookie

Example:

"Your_Cookie_Here"

start_date
string
required

Start date (format YYYY-MM-DD)

Example:

"2025-09-11"

end_date
string
required

End date (format YYYY-MM-DD)

Example:

"2025-10-11"

limit
integer
default:400

Limit per page (max 400)

Example:

400

need_living
integer
default:1

Include live rooms currently streaming: 0=exclude, 1=include

Example:

1

download
integer
default:0

Download: 0=no download, 1=download

Example:

0

Response

200

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