Encoding Format
- Request and response packets are in JSON format (RFC 4627).
Request packets received and response packets returned by APIs must be in JSON format. (The upload and download APIs are subject to API definitions.)
- The media type is application/json.
- All APIs use the UTF-8 encoding format.
Parent topic: General Description