Skip to main content
POST
Fetch lazy-loaded institution about markdown

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Body

application/json
institution
string
required

Institution _id (must be a valid ObjectId)

Example:

"678e99009db586c5e9f6c903"

Response

About markdown returned (empty string when the institution has no description)

success
boolean
Example:

true

about
string

Markdown body of the institution's about; empty string when unset.

ainame
string

Institution's AI display name; empty string when unset.