cURL
curl --request POST \ --url https://api.super.work/v1/super/index \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "rootId": [ "a2ZSuHnZf" ], "id": [ "custom-id" ], "title": [ "Note title" ], "content": [ "# Content in markdown" ], "type": [ "markdown" ], "updatedAt": [ "2021-01-01T00:00:00Z" ], "url": [ "https://slite.slite.page/p/S1TSuHnZf/Security-at-Slite" ] }'
{ "title": "Onboarding", "url": "https://slite.slite.page/p/S1TSuHnZf/Security-at-Slite", "id": "S1TSuHnZf", "updatedAt": "2021-01-01T00:00:00.000Z" }
Index a custom content for Super usage.
The access token received from the authorization server in the OAuth 2.0 flow.
Ok
The response is of type object.
object