api
images
Create an Image
post/api/image
Request body
namestring required
The name of the image.
urlstring uri required
The URL of the image.
tagsstring[]
An array of tags of the image.
type'img' | 'video'
The type of the asset (img or video)
Response
Created
_idstring required
The ID of the image.
sellerIdstring required
The ID of the seller of the image.
namestring required
The name of the image.
urlstring uri required
The URL of the image.
tagsstring[]
An array of tags of the image.
type'img' | 'video'
The type of the asset (img or video)
createdAtstring date-time
An ISO timestamp indicating when the image was created.
updatedAtstring date-time
An ISO timestamp indicating when the image was updated.