Everything is asynchronous
Every generate call returns immediately with a202 Accepted and a bulk_job_id. The response confirms the request was accepted, not that the video is ready. Actual rendering happens afterward; check progress via the status endpoints or a webhook.
Pagination
List and status endpoints that can return many results are paginated withpage/page_size query parameters:
integer
default:"1"
1-indexed page number.
integer
default:"varies by endpoint"
Capped at 100 regardless of what you request.