Skip to main content

Artwork Submissions

Single vs Multiple submissions

 

Variables

NameUseValuesNotes




artworkFilesA list of media and their file details for the submission. Also stores most other fields for each file when multiple submissions is enabled.Array (of artworkFile objects)
isMultipleSubmissionSpecifies if the submission contains multiple artworks or one artwork.Y or N
artworkTitleThe title for the artwork.String
descriptionDeltaThe description content of the artwork.StringLegacy name from when QuillJS was being used.
artworkTagsThe tags specified for the artwork by the user.String, comma-separated
artworkCategoriesThe NSFW categories specified for the artwork by the user. Array (of category objects)matureContent must be set to Y.
matureContentSpecifies if the artwork contains NSFW content or not (any media in it, not per-media).Y or NIf set to Y, artworkCategories must contain at least one entry set to Y.
inlineDescriptionA short string to put below a specific piece of media in the submission.String
artworkAlbumNamesA list of albums the user specified to add this artwork to.Array (of strings)
artworkFilesAreUpdatedWhether the artwork files for the submission have been changed. Only applicable when a user is editing an artwork.Y or N
isEditWhether the user is editing an existing artwork rather than submitting a new one.Y or N
enable4KDownloadsWhether 4K downloads should be enabled on media in this artwork submission.Y or NOnly applies if the user is subscribed.
externalArtworkIDThe external artwork ID for the artwork submission. Only applies when the user is editing an existing artwork.String
Category objects and the artworkCategories array