Skip to main content

MediaFlow API

This guide explains how to communicate with the MediaFlow Server via API.

BRICKS TOOLS avatar
Written by BRICKS TOOLS
Updated over a week ago

It covers how to locate the MediaFlow control API and where to find related documentation.


Before using the API, note that all BRICKS APIs use GraphQL format for communication. You will need a basic understanding of GraphQL syntax before proceeding.


๐Ÿ• Estimated time to complete this tutorial: 1โ€“2 minutes

  • Step 1: Open the MediaBox Edit Page in BRICKS Controller

    Click the [Media] tab, select any MediaBox, and then click [Edit].

    Find MediaBox Edit page

  • Step 2: Locate the GraphQL API Link in New Passcode Section

    1. In the New Passcode section, click the [?] icon.

    2. In the expanded description, find the [GraphQL API] link.

    Get MediaFlow API link

  • Step 3: Check the API Documentation and Schema

    1. On the API page, click [Doc] on the right panel to view supported API operations.

    2. Click [Schema] to review the data structure.

    API Doc and Schema position


    โ€‹

    MediaFlow API Doc and Schema

  • Step 4: Start Communicating with MediaFlow API

    You are now ready to communicate with MediaFlow via its API.

    • Refer to the [Doc] section for details on supported API methods.

    • Refer to the [Schema] section for details on the data structure.


    The next tutorial will explain how to query the BANK API.

    If you need any help, click the chat icon in the bottom-right corner and weโ€™ll get back to you as soon as possible.
    โ€‹

Did this answer your question?