Skip to main content
GET
Search the inspiration library

Authorizations

Authorization
string
header
required

A SuperX API key ("sxk_..."), created in the SuperX app under Account > API / MCP / CLI. Keys are server-side secrets.

Query Parameters

q
string
required

Topic or theme to search for (1-200 characters).

Required string length: 1 - 200
sort
enum<string>
default:relevant
Available options:
relevant,
recent,
likes,
reposts,
impressions,
outlier
min_likes
integer

Only posts with at least this many likes.

Required range: x >= 0
min_reposts
integer

Only posts with at least this many reposts.

Required range: x >= 0
min_replies
integer

Only posts with at least this many replies.

Required range: x >= 0
min_bookmarks
integer

Only posts with at least this many bookmarks.

Required range: x >= 0
min_impressions
integer

Only posts with at least this many impressions.

Required range: x >= 0
min_length
integer

Only posts with at least this many characters.

Required range: x >= 0
min_followers
integer

Only posts from authors with at least this many followers.

Required range: x >= 0
max_followers
integer

Only posts from authors with at most this many followers.

Required range: x >= 0
since
string<date-time>

UTC ISO-8601 lower bound (explicit Z or offset required).

until
string<date-time>

UTC ISO-8601 upper bound (explicit Z or offset required).

lang
string
default:en

Language code.

exclude_topics
string

Comma-separated topics to exclude (keyword filter).

Example:

"crypto,politics"

limit
integer
default:20

Page size, 1 to 50.

Required range: 1 <= x <= 50
page
integer
default:1

1-based page number, 1 to 7.

Required range: 1 <= x <= 7

Response

A page of matching posts.

data
object[]
pagination
object