{ "opencollection": "1.0.0", "info": { "name": "helicone-api Agent Stripe API", "version": "1.0.0" }, "items": [ { "info": { "name": "Stripe", "type": "folder" }, "items": [ { "info": { "name": "GetCostForPrompts", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/stripe/subscription/cost-for-prompts", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetCostForEvals", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/stripe/subscription/cost-for-evals", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetCostForExperiments", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/stripe/subscription/cost-for-experiments", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetFreeUsage", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/stripe/subscription/free/usage", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "CreateCloudGatewayCheckoutSession", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/stripe/cloud/checkout-session", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "UpgradeToPro", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/stripe/subscription/new-customer/upgrade-to-pro", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "UpgradeExistingCustomer", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/stripe/subscription/existing-customer/upgrade-to-pro", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "UpgradeToTeamBundle", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/stripe/subscription/new-customer/upgrade-to-team-bundle", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "UpgradeExistingCustomerToTeamBundle", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/stripe/subscription/existing-customer/upgrade-to-team-bundle", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "ManageSubscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/stripe/subscription/manage-subscription", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "UndoCancelSubscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/stripe/subscription/undo-cancel-subscription", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "AddOns", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/stripe/subscription/add-ons/:productType", "params": [ { "name": "productType", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "DeleteAddOns", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.helicone.ai/v1/stripe/subscription/add-ons/:productType", "params": [ { "name": "productType", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "PreviewInvoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/stripe/subscription/preview-invoice", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "CancelSubscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/stripe/subscription/cancel-subscription", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "MigrateToPro", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/stripe/subscription/migrate-to-pro", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "SearchPaymentIntents", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/stripe/payment-intents/search", "params": [ { "name": "search_kind", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetSubscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/stripe/subscription", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetAutoTopoffSettings", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/stripe/auto-topoff/settings", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "UpdateAutoTopoffSettings", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/stripe/auto-topoff/settings", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "DisableAutoTopoff", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.helicone.ai/v1/stripe/auto-topoff/settings", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetPaymentMethods", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/stripe/payment-methods", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "CreateSetupSession", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/stripe/payment-methods/setup-session", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "RemovePaymentMethod", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.helicone.ai/v1/stripe/payment-methods/:paymentMethodId", "params": [ { "name": "paymentMethodId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetUsageStats", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/stripe/subscription/usage-stats", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }