Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location 'https://api.ezlinkai.com/ali/api/v1/tasks/a31a88b5-fbee-46ad-a73c-a1d5579cb5b6' \
--header 'Authorization: Bearer <token>'
Responses
application/json
{"error":{"message":"Token not provided (request id: 2026031117452356884600010667889)","type":"api_error"}}
Modified at 2026-03-11 09:46:16