Infographics

Infographic assets generated per token

Get infographics

get

Returns paginated infographics created by the authenticated token, including in-progress requests (default 20 per page, max 100).

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageinteger ยท min: 1Optional

Page number (default 1)

pageSizeinteger ยท min: 1 ยท max: 100Optional

Items per page (default 20, max 100)

Responses
chevron-right
200

Paginated list of infographics

application/json
get
/infographics/get

Download infographic

get

Streams the generated infographic image for the authenticated token.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
infographicIdstringRequired

Infographic request identifier

Responses
chevron-right
200

Binary infographic image stream

application/octet-stream
Responsestring ยท binary
get
/infographics/{infographicId}/download

Last updated