JavaScript
const options = { method: 'PATCH', headers: {Authorization: 'Bearer <token>', 'Content-Type': 'application/json'}, body: JSON.stringify({enabled: true}) }; fetch('https://api.supermemory.ai/v3/settings/overage', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
{ "overageEnabled": true }
Toggle overage billing for the organization
Documentation IndexFetch the complete documentation index at: https://supermemory.ai/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://supermemory.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Overage setting updated
Was this page helpful?
Suggestions
Contact support