Retrieve a list of tasks supported by the platform.
curl --request GET \ --url https://api.bytez.com/models/v2/list/tasks \ --header 'Authorization: <api-key>'
{ "tasks": [ "<string>" ] }
Provide your API key as Key your-key-here in the Authorization header.
Key your-key-here
Authorization