Rendley docs

Fonts

#List fonts

GET/v1/fonts

Retrieve a paginated list of fonts, optionally filtered by query and weights.

Query parameters

pagestringOptional

Page number

limitstringOptional

Results per page

querystringOptional

Search query

weightsstringOptional

Filter by font weights

Response codes
200

OK

400

Bad Request

401

Unauthorized

#Get a font

GET/v1/fonts/{id}

Retrieve a single font by its ID.

Path parameters

idstring

Font ID

Response codes
200

OK

400

Bad Request

401

Unauthorized

404

Not Found