Skip to content

ImageResponse

MarcoDotIO edited this page Dec 5, 2022 · 1 revision

ImageResponse

The struct sent by the Images Endpoint

public struct ImageResponse: Codable 

Inheritance

Codable

Properties

created

The creation date of the response.

public let created: Int

data

The data sent within the response containing either URL or Base64 data.

public let data: [ImageData]
Types
Global Functions
Clone this wiki locally