สารบัญเอกสาร

API อภิธานศัพท์

สอบถามอภิธานศัพท์

POST/v1/glossary/query

รับรายละเอียดของศัพท์สัมตาม ID

ที่อยู่แบบเต็ม
https://otranslator.com/api/v1/glossary/query
การรับรอง
ต้องส่งผ่าน API Key ในส่วนหัวคำขอ Authorization
Content-Type
application/json
รูปแบบผิดพลาด
{ "error": "Invalid API key." }

ตัวอย่าง

curl
1curl -X POST 'https://otranslator.com/api/v1/glossary/query' \
2--header 'Authorization: [yourSecretKey]' \
3--header 'Content-Type: application/json' \
4--data '{
5  "glossaryId": "[string]"
6}'

พารามิเตอร์ของคำขอ

พารามิเตอร์ประเภทค่าเริ่มต้นคำอธิบายตัวอย่าง
*glossaryIdString-

ID อภิธานศัพท์

-

การตอบสนอง

พารามิเตอร์ประเภทค่าเริ่มต้นคำอธิบายตัวอย่าง
glossaryIdString-

ID อภิธานศัพท์

-
nameString-

ชื่ออภิธานศัพท์

-
descString-

คำอธิบายศัพท์บัญญัติ

-
targetLangString-

ภาษาเป้าหมาย

-
keysString[]-

รายการศัพท์ต้นทาง

-
translatedJSON-

การแมป JSON ของคำศัพท์จากต้นฉบับสู่คำแปล

-
createdAtDateTime-

เวลาที่สร้างรายการศัพท์เทคนิค

-
updatedAtDateTime-

เวลาอัปเดตของศัพท์บัญญัติ

-

ข้อผิดพลาดทั่วไป

401 Missing API key.

The Authorization request header is required.

401 Invalid API key.

The API key does not exist, has been deleted, or is no longer valid.

400 Missing required parameter: glossaryId.

Provide the glossaryId returned by the create glossary API.

404 Glossary not found.

The glossary does not exist or does not belong to the current API account.

API อภิธานศัพท์
สร้างศัพท์เฉพาะ
API อภิธานศัพท์
อัปเดตอภิธานศัพท์