Fetch Gallery

The gallery is designed to retrieve details of generated model.

Retrieves a list of gallery cards. When the type is set to Recent, the endpoint returns cards from all users. For any other specified type, it returns cards only from the corresponding category.

Give a gallery list.

post

Give a gallery list.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
page_numnumberRequired
typestring · enumRequiredPossible values:
user_typestring · enumOptionalPossible values:
task_typestring · enumOptionalPossible values:
group_uuidstringOptional
tag_idsnumber[]Optional
user_overridestringOptional
is_hiddenbooleanOptional
Responses
chevron-right
201Success
application/json
task_uuidstringRequired
typestring · enumRequiredPossible values:
image_urlstringOptional
video_urlstringOptional
promptstringOptional
num_likenumberRequired
is_likebooleanRequired
timestring · date-timeRequired
user_statestring · enumOptionalPossible values:
lisencedbooleanOptional
titlestringOptional
stylestringOptional
is_privatebooleanOptional
is_hiddenbooleanOptional
is_genmebooleanOptional
allow_previewbooleanOptional
stepstring · enumRequiredPossible values:
pending_jobsstring[]Optional
post
/api/task/cards
201Success

Examples

Last updated