collectPublication
Collect a single Publication
🔑 Requires authentication
This operation requires
Bearer Token
issued from our Authentication flow appended to the request headers. Please refer to Authentication page.
When a Profile collects a publication, the collected Publication will mint a Publication NFT Collection (if one does not exist yet), then performs a NFT item mint to complete the Collect.
❗Only POST can be collected at this time
Interface
Fields:
metadataUri
andmetadataS3Uri
: The location of the Collect NFT item's metadatapublicationType
: Refers to the type Publication that is being collectedpublicationCollectionNftAddress
: The collected Publication's NFT Collection contract addresscollectId
:
Request input
CollectPublicationRequest
object
profileId
: [Required] Collector'sprofileId
publicationType
: [Required] Type of PublicationpublicationId
: [Required]postId
orcommentId
Operation
Response
Last updated