POST
/
myxboard
/
store
curl --request POST \
  --url https://engine.remyx.ai/api/v1.0/myxboard/store \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "models": [
    "<string>"
  ],
  "results": {}
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required
models
string[]
required
results
object

Response

201
application/json
MyxBoard created successfully

The response is of type object.