For the complete documentation index, see llms.txt. This page is also available as Markdown.

Free Recommendation Object

Free Recommendation Object

A directory entry in the free-recommendations catalog — a publication you can recommend for free.

Field
Type
Description

uuid

String

The directory publication's UUID.

name

String

Publication name.

description

String | null

Short description.

logo_url

String

URL of the publication's logo.

url

String

The publication's public URL.

already_recommended

Boolean

Whether the viewing publication already recommends this one. Present only on the single-entry show.

partnership_request_pending

Boolean

Whether the viewing publication has a pending partnership request to this one. Present only on the single-entry show.

Example

{
  "uuid": "pub_9ac1f2",
  "name": "The Morning Brew",
  "description": "Business news you'll actually enjoy.",
  "logo_url": "https://assets.sparkloop.app/logos/pub_9ac1f2.png",
  "url": "https://morningbrew.com",
  "already_recommended": false,
  "partnership_request_pending": false
}