API Reference

Use the pre-programmed API Reference material by Backbench when developing your applications.

REST API

Memory

Send aPOSTrequest to endpoint https://memory.backbench.io.

The request body/payload has the following format:

{
    "cmd": "",
    "auth": {
        "benchId": "",
        "userId": "",
        "accessKey": ""
    },
    "args": {
    },
    "json": true
}

cmd, args: are operation depedent. auth: Used as security for API, It has 3 mandatory properties - benchId, userId, accessKey. accessKey value can be accessed from environment variable ACCESS_KEY.

Setting Memory

Getting Memory

Deleting Memory

An example payload for setting up memory in backbench.

Logs

Payload for logs goes like this;

Last updated