Glanced
Glanced

Send to read-later

Send an article to a linked read-later service. The integration must be connected in Automation first.

POST
/v1/items/{item_id}/readlater
AuthorizationBearer <token>

API key (glanced_live_…). Required on operations marked with this scheme; rejected elsewhere.

In: header

Path Parameters

item_id*Item Id

The item's id

Formatuuid

Query Parameters

service*IntegrationService

Read-later service: readwise, cubox, raindrop, or instapaper

Value in

  • "readwise"
  • "cubox"
  • "raindrop"
  • "instapaper"

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/items/497f6eca-6276-4993-bfeb-53cbbbba6f08/readlater?service=readwise"
{  "message": "string"}

How is this guide?