Skip to content

AuthorBio

Defined in: v1/schemas.ts:234

The author bio attached to a detailed course response.

bio — may contain HTML markup as entered in the Teachable dashboard. Sanitise before rendering directly in a browser context.

user_id — observed as null in live API responses despite being documented as an integer. Always treat this field as nullable.

  • output<typeof AuthorBioSchema>

optional bio?: string | null

Defined in: v1/schemas.ts:220

z.infer.bio


optional name?: string

Defined in: v1/schemas.ts:219

z.infer.name


optional profile_image_url?: string | null

Defined in: v1/schemas.ts:221

z.infer.profile_image_url


optional user_id?: number | null

Defined in: v1/schemas.ts:218

z.infer.user_id