Skip to content

Export Pricing

Authenticated export used by the Export Pricing button on Manage Models.

Terminal window
curl -X GET "/api/openground/models/export" \
-H "Cookie: <signed-in-session-cookie>" \
-o pricing.json

For a public URL the SDK can call without a session cookie, use Public pricing export.