curl --location 'https://app-api.pixverse.ai/openapi/v2/account/billing/usage-detail' \
--header 'Ai-trace-id: your-ai-trace-id' \
--header 'API-KEY: your-api-key' \
--header 'Content-Type: application/json' \
--data '{
"start_time": "2026-06-03 00:00:00",
"end_time": "2026-07-02 23:59:59",
"creation_type": [],
"limit": 2,
"cursor":""
}'{
"ErrCode": 0,
"ErrMsg": "Success",
"Resp": {
"items": [
{
"record_id": "123",
"api_key_name": "",
"video_id": "xx",
"image_id": null,
"creation_type": "text_to_video",
"event_type": "consume",
"credit_source": "package",
"credits": 45,
"created_at": "2026-08-05 10:42:41",
"model": "v6",
"quality": "720p",
"billing_duration_seconds": 0,
"sound_effect_switch": false,
"lip_sync_switch": false,
"generate_multi_shot_clip_switch": false,
"generate_audio_switch": true
},
],
"next_cursor": "",
"has_more": false
}