Get prebilling data
Billing
Get prebilling data
POST
Get prebilling data
Documentation Index
Fetch the complete documentation index at: https://gcore-doc-915.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Body
application/json
Prebilling request
Start date-time in RFC3339 format
Example:
"2026-01-01T00:00:00Z"
Available options:
number_of_calls, total_runtime_mms, exec_time, kv_storage_size, kv_read_count, kv_write_size, kv_del_count Example:
["number_of_calls", "total_runtime_mms"]Must containt FAST_EDGE value
Example:
"FAST_EDGE"
End date-time in RFC3339 format
Example:
"2026-01-31T23:59:59Z"
Example:
[141309, 1111]This field is not actually used, it is here only to comply with Billing API. If specified, it must be set to true.
Available options:
client, region, billing_plan Example:
["client", "region", "billing_plan"]Example:
["gcore"]