marketplace
Create Item
post/v1/marketplace/items
Request body
type'code' | 'course' | 'tutorial' | 'skill' | 'prompt' | 'rule' | 'template' | 'project' | 'hackathon' required
titlestring required
descriptionstring required
tagsstring[] nullable
contentstring nullable
thumbnail_urlstring nullable
versionstring required
licensestring required
isFreeboolean nullable
pricenumber nullable
Price in credits (ignored when free)
currencystring nullable
metadataobject nullable
Response
Successful Response
type'code' | 'course' | 'tutorial' | 'skill' | 'prompt' | 'rule' | 'template' | 'project' | 'hackathon' required
titlestring required
descriptionstring required
tagsstring[] nullable
contentstring nullable
thumbnail_urlstring nullable
versionstring required
licensestring required
isFreeboolean
pricenumber
currencystring
idstring required
authorstring required
authorIdinteger required
ratingnumber required
ratingCountinteger required
downloadsinteger required
createdAtstring date-time required
updatedAtstring date-time required
featuredboolean
verifiedboolean
status'draft' | 'submitted' | 'approved' | 'rejected' | 'unpublished'
submittedAtstring date-time nullable
reviewedAtstring date-time nullable
rejectionReasonstring nullable
hasAccessboolean nullable
Changes
No recorded changes to this endpoint across all 1 revision of this API.