Skip to main content
POST
Saving an item triggers content extraction in the background. The item is returned immediately, but metadata fields like title, author, and word_count may not be available until processing completes. Check the processing_status field to know when the item is ready:
About 40% of saves complete instantly (cached content). For the rest, processing typically takes 20-60 seconds. Save requests count against a separate rate limit tier (10/min).

Body Parameters

string
required
The URL to save. Must be a valid http:// or https:// URL.
string
default:"queue"
Where to place the item. One of queue or archive.

Response

Returns the item with status 201. If the URL is already in your library, the existing item is returned with status 200.