Common Response Fields
All Doubao API responses follow a standard structure with the following fields:| Field | Type | Description |
|---|---|---|
| ResponseMetadata | object | Response metadata |
| ResponseMetadata.RequestId | string | Unique request ID |
| ResponseMetadata.Action | string | API action name |
| ResponseMetadata.Version | string | API version |
| ResponseMetadata.Service | string | Service name |
| ResponseMetadata.Region | string | Region |
| Result | object | Response result data |
Example Response
ResponseMetadata will contain an Error object with Code and Message fields describing the issue.