Service address, protocol, request format, and response structure
Through the Memory API, you can programmatically write memories, search memories, and manage profile templates. All endpoints are served via the DashScope gateway.
All endpoints use the same base URL with the
All endpoints return a unified JSON structure.
Success:
Error:
Provide
List endpoints support pagination:
Service address
/memory/ path prefix.
Protocol
- All endpoints use HTTPS only
- Request and response bodies are JSON in UTF-8
- Write and search use
POST; list usesGET; update usesPATCH; delete usesDELETE
Common headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer $DASHSCOPE_API_KEY, see Authentication |
Content-Type | Yes | application/json |
Response format
All endpoints return a unified JSON structure.
Success:
request_id when contacting support for faster resolution. See Error codes.
Pagination
List endpoints support pagination:
| Parameter | Description |
|---|---|
page_size | Page size |
page_num | Page number, starting from 1 |
Memory begins commercial billing on August 20, 2026. Add and Search calls distinguish Pro and Lite plan versions. See Billing.