Skip to main content

Create Embed

POST 

/api/v2/embeds/create

Create an embed from a rapid model. The webhooks will be called with the 'embed_creation' event to notify the user as soon as the embed is created.

Request

Body

required
    model_id integerrequired

    The id of the rapid model

    name stringrequired

    The name of your embed

    save_user_theme boolean

    Saves the configurator config

    config string

    The viewer configuration. Must be a valid JSON string

Responses

success

Schema

    string

Loading...