Skip to main content
GET
/
blog
/
posts
/
{slug}
Get single blog post by slug
curl --request GET \
  --url https://api.mnemom.ai/v1/blog/posts/{slug} \
  --header 'Authorization: Bearer <token>'
{
  "post": {},
  "linked_traces": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

slug
string
required

Response

Blog post with linked traces

post
object
linked_traces
object[]