Skip to main content

Introduction

Welcome to the AutoML API Documentation! This guide provides developers with the essential information to integrate our API efficiently, offering detailed guides, code examples, and best practices to enhance your application.

General API Information

JSON
{
"message": "Operation Success",
"code": "000",
"data": [
{...}
]
}

Time Zone Information

  • All date and updateTime fields returned by the API are in the Hong Kong Time (HKT) time zone, which is UTC+08:00.
  • Ensure that your application correctly handles this time zone when processing dates and times from the API.

API Authentication