GET
/
models
/
v2
/
list
/
tasks
curl --request GET \
  --url https://api.bytez.com/models/v2/list/tasks \
  --header 'Authorization: <api-key>'
{
  "tasks": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Provide your API key as Key your-key-here in the Authorization header.

Response

200 - application/json
A successful response containing the list of tasks.
tasks
string[]