{"name":"RagFlow API","version":"1.0.0","description":"A REST API for Question Answering using RAG (Retrieval Augmented Generation)","endpoints":{"/v1/run":{"method":"POST","description":"Process documents and answer questions using RAG","authentication":"Bearer token required","request_format":{"documents":["List of URLs or paths to PDF files"],"questions":["List of questions to answer about the documents"]},"response_format":{"answers":["List of answers corresponding to the questions"]}}},"components":{"embedding_model":"models/embedding-001","llm_model":"llama-3.3-70b-versatile"}}