Skip to main content
POST
Retrieve a pattern

Authorizations

Authorization
string
header
required

An API key from Settings → API keys in Arcade Studio.

Body

application/json
patternId
string
required

Opaque ID of one pattern: an immutable image. A refine makes a new pattern.

Minimum string length: 1

Response

200 - application/json

OK

imageUrl
string<uri>
required

Short-lived; read again to renew. Host not guaranteed.

thumbnailUrl
string<uri>
required
width
integer
required
Required range: -9007199254740991 < x <= 9007199254740991
height
integer
required
Required range: -9007199254740991 < x <= 9007199254740991
patternId
string
required

Opaque ID of one pattern: an immutable image. A refine makes a new pattern.

Minimum string length: 1
prompt
string | null
required

The prompt of the generation this pattern comes from, through any refines; null when none made it

sourcePatternId
string | null
required

The pattern a refine was made from; null for a generation

Minimum string length: 1
createdAt
string<date-time>
required