Usage Chargeback & Settlement

Usage Chargeback & Settlement

1.0.0OAS 3.0

Settles the usage chargeback after a billing period closes: create a
settlement, retrieve the invoice, record incoming cost-center payments.

The chargeback rate is set per business unit under the platform’s
internal cost-allocation policy. For a heavily subsidized deployment -
such as a pilot funded partly from the shared platform budget - the
consuming team’s rate typically must not exceed the unit’s approved
ceiling. The API validates the rate against that ceiling when a
settlement is created.

API Base URL
  • Server 1:https://api.nexora.example/v1

    Production

  • Server 2:https://sandbox.api.nexora.example/v1

    Sandbox

Security
apiKey (apiKey)

Every call carries an API key in the apikey header. You generate the
key in the Nexora AI portal under “My Apps”; it’s shown exactly once.

Each key has the scopes it’s allowed to use attached to it. If one is
missing, the API responds with 403 and code: "scope_missing"; the
missing scope is in details[].field.

Additional Information
Contact API Support - Nexora AI (api-support@nexora.example)

For demonstration purposes only License

Settlements

List settlements

get

Query Parameters

statusstring

Allowed values:draftopenpartially_paidpaidcanceled

Example:open

agent_idstring

Example:agt_8f2c1a

period_fromstring(date)
period_tostring(date)

Response

application/json

Results list

dataarray[object]
Show Child Parameters
pageobject

Cursor-based pagination.

Show Child Parameters
get/settlements
 
application/json