[PR #3264] [MERGED] Add additional embed API endpoints #4246

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3264
Author: @shatfield4
Created: 2/18/2025
Status: Merged
Merged: 2/18/2025
Merged by: @timothycarambat

Base: masterHead: 3192-feat-add-additional-embed-api-endpoints-wip


📝 Commits (5)

  • 04cf317 wip embed dev api endpoints
  • d18c494 fix /v1/embed/new endpoint
  • 569357a add delete endpoint to embeds
  • 29589b4 Merge branch 'master' into 3192-feat-add-additional-embed-api-endpoints-wip
  • 4147fcc linting

📊 Changes

2 files changed (+432 additions, -33 deletions)

View changed files

📝 server/endpoints/api/embed/index.js (+212 -33)
📝 server/swagger/openapi.json (+220 -0)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #3192

What is in this change?

  • Add POST /v1/embed/new endpoint for creating new embeds via developer API
  • Add POST /v1/embed/:embedUuid endpoint for updating configurations of existing embeds
  • Add DELETE /v1/embed/:embedUuid endpoint for deleting embeds

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/3264 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 2/18/2025 **Status:** ✅ Merged **Merged:** 2/18/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `3192-feat-add-additional-embed-api-endpoints-wip` --- ### 📝 Commits (5) - [`04cf317`](https://github.com/Mintplex-Labs/anything-llm/commit/04cf3178ac1a404a7d77a5cda66125e7fc92e04d) wip embed dev api endpoints - [`d18c494`](https://github.com/Mintplex-Labs/anything-llm/commit/d18c494c2eb1a3f6192a6c17eea6ae21fde5e744) fix /v1/embed/new endpoint - [`569357a`](https://github.com/Mintplex-Labs/anything-llm/commit/569357af1186f730f396700089554807c91ac77c) add delete endpoint to embeds - [`29589b4`](https://github.com/Mintplex-Labs/anything-llm/commit/29589b4a3e46afe4f927b6ee6a420e6f74f3ee4b) Merge branch 'master' into 3192-feat-add-additional-embed-api-endpoints-wip - [`4147fcc`](https://github.com/Mintplex-Labs/anything-llm/commit/4147fcc5b86af43bc708392e67a2c14380583cf2) linting ### 📊 Changes **2 files changed** (+432 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `server/endpoints/api/embed/index.js` (+212 -33) 📝 `server/swagger/openapi.json` (+220 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #3192 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Add POST `/v1/embed/new` endpoint for creating new embeds via developer API - Add POST `/v1/embed/:embedUuid` endpoint for updating configurations of existing embeds - Add DELETE `/v1/embed/:embedUuid` endpoint for deleting embeds ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:35:26 -05:00
yindo closed this issue 2026-02-22 18:35:26 -05:00
yindo changed title from [PR #3264] Add additional embed API endpoints to [PR #3264] [MERGED] Add additional embed API endpoints 2026-06-05 15:17:35 -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#4246