{"service":"Multi-Notebook RAG API","version":"4.0.0","backends":{"vector_store":"Weaviate","weaviate_type":"Local","document_storage":"s3","database":"MongoDB","llm":"OpenAI"},"endpoints":{"notebooks":{"list":"GET /notebooks","create":"POST /notebooks","get":"GET /notebooks/{id}","update":"PUT /notebooks/{id}","delete":"DELETE /notebooks/{id}","sources":"GET /notebooks/{id}/sources","upload":"POST /notebooks/{id}/sources/upload","delete_source":"DELETE /notebooks/{id}/sources/{file_id}","download_url":"GET /notebooks/{id}/sources/{file_id}/download-url","index_status":"GET /notebooks/{id}/index/status","index_build":"POST /notebooks/{id}/index/build","file_index_status":"GET /notebooks/{id}/sources/{file_id}/index/status","file_index_build":"POST /notebooks/{id}/sources/{file_id}/index/build","chat":"POST /notebooks/{id}/chat/stream","retrieve":"POST /notebooks/{id}/retrieve","storage_info":"GET /notebooks/{id}/storage/info"},"auth":{"login":"POST /auth/login","logout":"POST /auth/logout","me":"GET /auth/me","check":"GET /auth/check"},"api_keys":{"create":"POST /auth/api-keys (admin)","list":"GET /auth/api-keys (admin)","revoke":"DELETE /auth/api-keys/{id} (admin)","verify":"GET /auth/api-keys/verify"},"ping":"GET /ping","health":"GET /health","docs":"GET /docs"}}