Community Collections
Create Mintable
API Reference
Launcher
Connect
Account
Communities
- GETGet communities
- GETGet a community
- GETGet community members
- POSTAdd community member
- POSTBulk add community members
- GETGet community member
- GETGet community member tokens
- GETGet community member badges
- GETGet community tags
- POSTCreate a community tag
- GETGet a community tag
- DELDelete a community tag
- GETGet members by tag
- POSTAdd a tag to community members
- DELRemove tag from a member
Community Badges
- GETGet badges
- POSTCreate Badge
- GETGet badge
- DELDelete badge
- PATCHUpdate badge
- GETGet badge rewards
- POSTCreate badge Reward
- GETGet badge reward
- DELDelete badge reward
- PATCHUpdate badge reward
- GETGet badge attributions
- POSTCreate badge attribution
- PATCHUpdate badge attribution
- GETGet a badge attribution by metadata property
- GETGet a badge attribution
- GETGet badge leaderboard
- GETGenerate badge attribution code
Community Experiences
Community Collections
Community Payments
Metadata
Community Collections
Create Mintable
POST
/
community
/
{id}
/
collection
/
{collectionId}
/
mintable
curl --request POST \
--url https://api.other.page/v1/community/{id}/collection/{collectionId}/mintable \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"name": "<string>",
"description": "<string>",
"image": "https://img.other.page/d4996a15-61f2-49db-907f-8a4969b4d224/image.jpg",
"type": "avatar",
"clippedImage": "https://img.other.page/d4996a15-61f2-49db-907f-8a4969b4d224/my-clipped-image.png",
"bannerImage": "https://img.other.page/d4996a15-61f2-49db-907f-8a4969b4d224/my-mintable-banner-image.jpg",
"traits": [
{
"trait_type": "Eye Color",
"value": "Green"
}
],
"models": {
"mml": "<string>",
"threejs": "<string>",
"unity": "<string>",
"unreal": "<string>"
},
"animationUrl": "https://example.com/animation.mp4",
"maxMints": 1000,
"mintEndDate": "2023-12-31"
}'
Authorizations
Body
application/json
Response
201
The mintable has been successfully created.
curl --request POST \
--url https://api.other.page/v1/community/{id}/collection/{collectionId}/mintable \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"name": "<string>",
"description": "<string>",
"image": "https://img.other.page/d4996a15-61f2-49db-907f-8a4969b4d224/image.jpg",
"type": "avatar",
"clippedImage": "https://img.other.page/d4996a15-61f2-49db-907f-8a4969b4d224/my-clipped-image.png",
"bannerImage": "https://img.other.page/d4996a15-61f2-49db-907f-8a4969b4d224/my-mintable-banner-image.jpg",
"traits": [
{
"trait_type": "Eye Color",
"value": "Green"
}
],
"models": {
"mml": "<string>",
"threejs": "<string>",
"unity": "<string>",
"unreal": "<string>"
},
"animationUrl": "https://example.com/animation.mp4",
"maxMints": 1000,
"mintEndDate": "2023-12-31"
}'