Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
本頁面面向 API 參考區使用者,目標是盡快發出第一條可驗證請求。
https://api.aiid.edu.kg
Authorization: Bearer YOUR_API_KEY
POST /v1/chat/completions
curl https://api.aiid.edu.kg/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{ "model": "gpt-4o", "messages": [{"role": "user", "content": "hello"}] }'
task_id
operation_name