Styles

Get a single style by ID

Get a single style by ID. Returns public styles or your own private styles.

get/styles/{id}

Path parameters

idstring required

A unique identifier for a style

Example:7f147ac7-f1c0-4288-ac7a-6b64db86322f

A unique identifier for a style

Response

Style details

idstring required

Unique identifier for the style

titlestring nullable required

Name of the style

urlsstring[] required

Portrait-oriented preview URLs

publicboolean required

Whether the style is publicly visible

cover_urlstring uri nullable

Cover image URL

promptstring required

Suggested prompt for using this style

modelsstring[]

Compatible model names (e.g., flux_dev, wan)

like_countnumber required

Number of likes

created_atstring required

Creation timestamp

Changes

Changed in 1 of the 81 revisions of this API.11

    • ▲

      the response property became nullable for the status

      response-property-became-nullable

    • ○

      response property title list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed