Skip to main content
This guide walks you through the basics: authenticating, saving an item, listing your library, and creating an annotation.

Prerequisites

Set your token as an environment variable so you can copy-paste the examples:

1. Verify your token

Response

2. Save an article

Response
If processing_status is "processing", the content is being extracted in the background. Poll GET /items/{id} until it becomes "completed" (typically 20-60 seconds).
If the URL is already in your library, the existing item is returned instead of creating a duplicate. The response status will be 200 instead of 201.

3. List your library

Response

4. Tag the article

Response

5. Archive when done

Response

Next steps

Pagination

Efficiently page through large libraries.

Incremental sync

Pull only items that changed since your last sync.

Rate limits

Understand request quotas and how to stay within them.

Full API reference

Every endpoint, parameter, and response field.