Current coverage
| Area | Operation | Purpose |
|---|---|---|
| Signup | POST /api/v2/chat/api/id-card | Parse ID-card images during the signup process. |
ID-card parsing
Request body, examples, response schema, and error formats.
OpenAPI source
Filtered OpenAPI file containing the documented API v2 operation.
Versioning guidance
| Topic | Guidance |
|---|---|
| Path version | Keep the documented /api/v2 path exactly as shown. |
| Base URL | Use the server URL defined by the OpenAPI operation or generated API playground. |
| Authentication | Follow each endpoint’s documented security requirements. The signup ID-card parsing endpoint does not require authentication. |
| Payload format | Send JSON fields exactly as documented. For image parsing, send base64 image content without the data: URL prefix. |
Signup ID-card parsing flow
Collect image input
Capture or upload the front ID-card image. Include the back image or portrait image only when required by the signup process.

