Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://docs.mosoo.ai/api/v1/threads/{threadId}/archive \ --header 'Authorization: Bearer <token>'
{ "ok": "<unknown>" }
归档该 Thread,使其从默认 Thread 列表中隐藏。
使用 Authorization: Bearer mst_...。API token 用于识别账号,不携带 scope。
create thread 返回的 Thread ID。v1 ID 是不带前缀的 ULID。
^[0-7][0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{25}$
"01J00000000000000000000009"
已归档。