Reddit
Validate and normalize a Reddit username
Validation-only operation. It does not call a provider or consume credits.
POST
Validate and normalize a Reddit username
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Reddit username, u/, @, or Reddit profile URL.
Required string length:
3 - 256Example:
"spez"
Canonical Reddit search type or accepted alias.
Available options:
username, pseudonym, reddit, u, user Example:
"username"
ISO date or Unix timestamp lower bound.
ISO date or Unix timestamp upper bound or pagination cursor.
Maximum string length:
200Required range:
1 <= x <= 100Available options:
asc, desc, score Maximum string length:
64Used on /all and /profile to save the synchronous response. /lookup always saves, regardless of this flag.
For /feed: existing owned saved profile ID to complete under the same ID.