[GH-ISSUE #1893] [DOCS]: API document for /v1/document/raw-text #1231

Closed
opened 2026-02-22 18:23:51 -05:00 by yindo · 0 comments
Owner

Originally created by @byzheng on GitHub (Jul 18, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1893

Originally assigned to: @timothycarambat on GitHub.

Description

API endpoint /v1/document/raw-text requires a title in the metadata. This requirement is missing in the document and example request. After execute the example, I get an error message

{
  "success": false,
  "error": "You are missing required metadata key:value pairs in your request. Required metadata key:values are 'title'"
}
Originally created by @byzheng on GitHub (Jul 18, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1893 Originally assigned to: @timothycarambat on GitHub. ### Description API endpoint `/v1/document/raw-text` requires a `title` in the metadata. This requirement is missing in the document and example request. After execute the example, I get an error message ``` { "success": false, "error": "You are missing required metadata key:value pairs in your request. Required metadata key:values are 'title'" } ```
yindo added the documentation label 2026-02-22 18:23:51 -05:00
yindo closed this issue 2026-02-22 18:23:51 -05:00
yindo changed title from [DOCS]: API document for /v1/document/raw-text to [GH-ISSUE #1893] [DOCS]: API document for /v1/document/raw-text 2026-06-05 14:39:38 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1231