Skip to main content

Create Embed

POST 

/api/v1/embeds

Create an embed from a rapid model

Request

Header Parameters

    Authorization string
    Example: Bearer {YOUR_AUTH_KEY}
    Content-Type string
    Example: application/json
    Accept string
    Example: application/json

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...