# Open API

Cubox supports webpage and memo collect API. you can use it with other tools, or develop your efficient process.

In Cubox Web version settings (opens new window) > Extensions & Automation > API Extention Enabling API

⚠️ API link is the only credential of your identity, please do not disclose it. You can regenerate a new API link at any time, and your old link will be invalid immediately.

image

Only requests in JSON format are supported, for example:


{
"type":"url",
"content":"https://apple.com",
"title":"title",
"description":"description",
"tags":["tag A","tag B","tag C"],
"folder":"folder"
}

After the collection is successful, Cubox will automatically start processing articles such as article parsing and snapshot archiving, which may take some time.

image

Only requests in JSON format are supported, for example:


{
"type":"memo",
"content":"content",
"title":"title",
"description":"description",
"tags":["tag A","tag B","tag C"],
"folder":"folder"
}

If you don't specify a title or description, Cubox will try to generate it for you. If you don't specify a folder, the content will default to your inbox.

Premium users can make 500 API calls per day.