Jump to Content
memflare
API Reference
v1.0

Log Inmemflare
API Reference
Log In
v1.0API Reference

Memflare API

  • /v1/chat/completions
    • Chat with an AI model using optional context from a collectionpost
  • /v1/completions
    • Get text completions from an AI modelpost
  • /v1/collections
    • List all collectionsget
    • Create a new collectionpost
  • /v1/collections/{collection_name}
    • Delete a collectiondel
  • /v1/collections/{collection_name}/query
    • Query a collectionget
  • /v1/collections/{collection_name}/files
    • List files in a collectionget
    • Upload or update a file in a collectionpost
  • /v1/collections/{collection_name}/files/{file_name}
    • Delete a file from a collectiondel
  • /v1/collections/{collection_name}/notes
    • Upload a note to a collectionpost
    • List notes in a collectionget
  • /v1/collections/{collection_name}/notes/{note_id}
    • Delete a note from a collectiondel
  • /v1/models
    • List available AI modelsget
Powered by 

Upload or update a file in a collection

post
https://api.memflare.com/v1/collections//files

Upload a file to a collection for vector search. The file will be chunked
and processed for semantic search capabilities. Supports various file types
including PDF, TXT, DOCX, and more.

Language
Credentials
Header
Click Try It! to start a request and see the response here!