Skip to content

Public pricing export

Public endpoint behind the SDK Pricing URL on Manage Models. No API key or session required.

Copy the URL from Manage Models (it includes your database config id), or call:

Terminal window
curl -X GET "/api/pricing/export/<your-db-config-id>"

Replace the host and database config id with values from your Shield360 deployment and the Manage Models SDK Pricing URL bar.

import shield360
shield360.init(
otlp_endpoint="http://<otel-collector-host>:4318",
pricing_json="https://<your-shield360-host>/api/pricing/export/<your-db-config-id>",
)