POST
/
task
/
myxmatch
/
{name}
/
{prompt}
/
{models}
curl --request POST \
  --url https://engine.remyx.ai/api/v1.0/task/myxmatch/{name}/{prompt}/{models} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

name
string
required

Name of the MyxMatch task

prompt
string
required

Prompt for the MyxMatch task

models
string
required

Comma-separated list of models

Response

202
application/json
Task submitted successfully

The response is of type object.