CL2C API referenceOrganization-scoped endpoints for users, contracts, NFTs, and token operations.OpenAPI 3.0.3 · Swagger formatDocumentationSwaggerView raw specification (YAML / JSON)ContractCreate, deploy, and manage ERC-1155 smart contractsgethttps://developer.taliware.com/api/v1/cl2c/contractList smart contracts for the authenticated organizationposthttps://developer.taliware.com/api/v1/cl2c/contractCreate a new smart contract record (not deployed yet)deletehttps://developer.taliware.com/api/v1/cl2c/contractDelete a smart contractputhttps://developer.taliware.com/api/v1/cl2c/contractUpdate a smart contractdeletehttps://developer.taliware.com/api/v1/cl2c/contract/{id}Delete a smart contract recordputhttps://developer.taliware.com/api/v1/cl2c/contract/{id}Deploy smart contract (trigger on-chain deploy)UserInvite and manage end-users in your organizationgethttps://developer.taliware.com/api/v1/cl2c/userList users (userOrganization records) in the authenticated organizationposthttps://developer.taliware.com/api/v1/cl2c/userInvite (create) a userOrganization record for this organizationposthttps://developer.taliware.com/api/v1/cl2c/user/bulkBulk invite users to the organizationgethttps://developer.taliware.com/api/v1/cl2c/user/{id}Get a specific userOrganization by id (admin/org-scoped)deletehttps://developer.taliware.com/api/v1/cl2c/user/{id}Delete a userOrganization by id (admin)puthttps://developer.taliware.com/api/v1/cl2c/user/{id}Update a user or invitation emailNFTMint digital assets, and track ownership and confirmation statusgethttps://developer.taliware.com/api/v1/cl2c/nftList NFTs for the authenticated organizationposthttps://developer.taliware.com/api/v1/cl2c/nftCreate (mint) a new NFTdeletehttps://developer.taliware.com/api/v1/cl2c/nftDelete an NFTputhttps://developer.taliware.com/api/v1/cl2c/nftUpdate NFT metadata or statusgethttps://developer.taliware.com/api/v1/cl2c/nft/{id}Get NFT detail (includes copyright entries and per-owner info)deletehttps://developer.taliware.com/api/v1/cl2c/nft/{id}Delete an NFTputhttps://developer.taliware.com/api/v1/cl2c/nft/{id}Update NFT fields (name, description, status, mintedAt)TokensCheck CRDB balances and transfer tokens to membersgethttps://developer.taliware.com/api/v1/cl2c/tokenGet owner token balancesposthttps://developer.taliware.com/api/v1/cl2c/tokenSend tokens to an organization member