LogoLogo
Join The CommunityCommunity ResourcesLuafaq.orgLua Org
  • Welcome
  • Frequently Asked Questions (FAQ)
  • Legacy API
    • Test The API
    • Warning
    • Character
      • v1/wear
      • v1/remove
    • Games
      • v1/games/details
    • User
      • v1/user/request-data
      • v1/user/avatar
      • v1/user/get-by-username
      • v1/user/get-token
      • v1/user/verify-password
      • v1/user/login
      • v1/user/chat/send-message
      • v1/user/chat/chat-summary
      • v1/user/get-messages
      • v1/user/chat/chats
      • v1/user/friends
      • v1/user/friend
      • v1/user/search
    • Guild
      • v1/join
    • Asset
      • v1/sell
      • v1/take-offsale
      • v1/purchase
      • v1/purchase-reseller
      • v1/create
      • v1/get
  • OPEN CLOUD
    • READ ME
    • NPM Package
      • Introduction
      • Tutorials
        • Webhook Configuration
      • Bot Account
      • OpenCloudClient
      • WebAPICliet
        • Client
        • login
        • quit
        • Friends Endpoint
          • SendFriendRequest
          • GetFriends
        • User Endpoint
          • GetAvatar
          • GetPlayerByUsername
        • Guild Endpoint
          • JoinGuild
    • Open Cloud
    • Webhooks
    • Asset Types
    • Beautiful JSON Display
    • V2 API
      • Asset
        • Edit
      • Publish
        • Asset
        • World
      • Feed
        • reply
        • all/{page_cursor/{feed_cursor}
      • Cloud
        • oauth
          • create
        • git/{channel}
        • version
        • database
          • get
          • set
        • credentials
          • list
          • delete
          • create
        • bricklinks
          • list
          • delete
          • create
      • Webhook
        • delete
        • create
        • list
      • User
        • feed
          • send
        • search
        • register
        • login
        • username-available
        • email-available
        • phone-available
        • validate-beta-key
        • id
        • username
        • edit-setting
        • transparency-request
      • Auth
        • send-beta-key
        • get-active-sessions
        • terminate-session
        • get-token
        • session
        • is-authed
        • join-game
        • bot-login
      • Notifications
        • unread
        • all
        • erase
      • Worlds
        • /{universe}/{server}/server/metadata/update/{token}
        • /{universe}/shutdown/all/{token}
        • /{universe}/shutdown/server/{server}/{token}
        • /{universe}/join/server/{server_id}
        • /{universe}/join/random
        • /{universe}/join/user/{user_id}
        • /client/{join_key}
        • /create-universe/{ownerId}/{ownerType}
        • /create-world/{universeId}
        • /worldtree/{worldId}
  • Developer Guide
    • Empowering Responsible Gameplay: A Guide to ModerationService in BrickVerse
    • Empowering Game Creators: A Deep Dive into ENVService with Lua API in BrickVerse
    • Leveraging ENVService as an FFlag System
    • What's Authority?
    • Roblox Vs BrickVerse Classes
    • DRM - Digital Rights Management
  • BrickLua - Coding With Lua
    • Introduction
    • Learn Lua
      • Functions
      • Strings
      • Tables
      • Boolean
      • Conditional Structures
      • Opeartors
      • bit32
      • Numbers
    • Player Event
  • GAME API
    • API
      • Intro
      • math
      • debug
      • coroutine
      • Enum
        • UserInput
        • Humanoid
    • Classes
      • ServiceProvider
        • Enum
        • InteractionService
        • ENVService
        • Void
        • WorldstoreService
        • WorldSettings
        • DiscordRichPresence
        • ClientGui
        • AuthorityService
        • SharedStorage
        • WebService
        • RunService
        • NetworkService
        • AdService
        • UserInputService
        • Scene
        • ChatService
        • Lighting
        • SoundService
        • Players
        • ServerStorage
        • ScriptService
      • DataType
        • CFrame
        • Instance
        • Vector2
        • Vector3
        • Color
      • Dynamic
        • Dynamic3D
          • SpotLight
          • SpawnPart
          • Projection3D
          • PartMaterial
          • OmniLight
          • BasePart
          • InteractionPrompt
          • Page
          • DirectionalLight
          • Brick
          • BasePartConstraint
        • ScriptDynamic
          • ScriptModule
        • BaseUI
          • ScrollFrame
          • ImageButton
          • TextButton
          • ImageLabel
          • TextLabel
          • Frame
          • ViewportFrame
          • ScreenUI
  • Employment
    • List Of Administrators
Powered by GitBook
On this page
  • Introduction to BrickVerse Open Cloud API
  • What Can You Do with the Open Cloud API?
  • Getting Started
  • Getting Help

Was this helpful?

Edit on GitHub
  1. OPEN CLOUD

Open Cloud

Welcome to the BrickVerse.gg Developer Documentation Portal! Here, you'll find all the information you need to harness the power of the BrickVerse Open Cloud API and create exciting experiences within our virtual worlds.

Introduction to BrickVerse Open Cloud API

The BrickVerse Open Cloud API is a powerful tool that allows developers to interact with databases for our virtual worlds and access a wide range of services to enhance gameplay and user experiences. Whether you're creating a new game, building innovative features, or customizing existing ones, the Open Cloud API provides you with the means to bring your ideas to life.

What Can You Do with the Open Cloud API?

With the BrickVerse Open Cloud API, you can:

  • Access Databases for Worlds: Retrieve, store, and manage data relevant to your games, including user profiles, in-game achievements, and much more. The Open Cloud API provides the foundation for persistent data storage, making it easy to save and retrieve crucial game-related information.

  • Enhance User Experiences: Create interactive and immersive experiences by leveraging the Open Cloud API. Implement features like leaderboards, user-generated content, and multiplayer interactions, making your games more engaging and enjoyable for players.

  • Customize Your Games: Tailor your games to your exact specifications by using the Open Cloud API. Develop custom game logic, analytics, and services to make your games stand out and deliver a unique gaming experience.

Getting Started

To begin using the Open Cloud API, you'll need an OpenCloud API Key, which is required for certain services on BrickVerse.gg games you create, such as the DatabaseService. Don't worry; obtaining an API Key is a straightforward process, and we've made it entirely free to encourage your creativity and innovation.

Our developer documentation is designed to guide you through the setup process, offer examples, and provide detailed information about how to use the API effectively. Whether you're a seasoned developer or just starting out, we're here to support you every step of the way.

Getting Help

Should you encounter any challenges or have questions while working with the BrickVerse Open Cloud API, don't hesitate to reach out to our dedicated support team. We're committed to helping you succeed in your development journey.

So, let's get started! Dive into the documentation, explore the endless possibilities, and create fantastic experiences in the BrickVerse universe.

Happy developing!

The BrickVerse.gg Team

PreviousJoinGuildNextWebhooks

Last updated 1 year ago

Was this helpful?