Items
Save Item
Save a new item to your library by URL.
POST
Saving an item triggers content extraction in the background. The item is returned immediately, but metadata fields likeDocumentation Index
Fetch the complete documentation index at: https://docs.getmatter.com/llms.txt
Use this file to discover all available pages before exploring further.
title, author, and word_count may not be available until processing completes.
Check the processing_status field to know when the item is ready:
| Status | Meaning |
|---|---|
completed | Content has been extracted. All fields are populated. |
processing | Extraction is in progress. Poll GET /items/{id} to check for completion. |
failed | Extraction failed (e.g., site is unreachable or unsupported). |
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
The URL to save. Must be a valid
http:// or https:// URL.Where to place the item. One of
queue or archive.Response
Returns the item with status201. If the URL is already in your library, the existing item is returned with status 200.