Skip to main content
GET
/
search
Search items
curl --request GET \
  --url https://api.example.com/search \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "item": {
        "id": "<string>",
        "type": "<string>",
        "properties": {},
        "version": 123,
        "schema_version": 123,
        "source": "<string>",
        "timestamp": "<string>",
        "created_at": "<string>",
        "updated_at": "<string>",
        "tenant_id": "<string>",
        "source_id": "<string>",
        "device": "<string>",
        "capture_latitude": 123,
        "capture_longitude": 123,
        "edges": {},
        "extensions": {}
      },
      "metadata": {
        "item_id": "<string>",
        "tags": [
          "<string>"
        ],
        "extensions": {}
      },
      "relevance_score": 123,
      "snippet_html": "<string>",
      "snippet": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.myme.so/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Pass an API key (marfa_k1_...) or OAuth access token (marfa_at_...)

Query Parameters

q
string
required
Minimum string length: 1
type
string
state
enum<string>
Available options:
active,
archived,
trashed,
revoked
tier
enum<string>
Available options:
library,
feed,
all
include
string
tags
string
limit
integer
default:20
Required range: 1 <= x <= 100
offset
integer | null
default:0
Required range: 0 <= x <= 10000
filter
string

Response

Search results

results
object[]
required