Errors
Understand the structured errors returned by the API.
Errors are JSON objects with a stable _tag and a human-readable message. Some errors include the relevant URL, saved-item ID, or folder ID.
Error shape
{
"_tag": "Unauthorized",
"message": "Missing or invalid credentials."
}Status codes
400— invalid URL, folder name, or request input401— missing or invalid credentials404— saved item or folder not found409— folder name conflict429— API-key rate limit exceeded