New: Effortlessly link Digital Twins, embed RAG modules in any LLM, and integrate with enterprise data sources using Connector MCP and MCP Servers.
cURL
curl --request POST \ --url https://pria.praxislxp.com/api/user/files \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'selectedCourse={ "course_id": 123, "course_name": "<string>", "assistant": { "_id": "<string>", "name": "<string>" } }' \ --form files=@example-file
{ "success": true, "message": "<string>", "fileId": "<string>" }
Uploads one or more files along with course context information
JWT token passed in x-access-token header
File(s) to upload
Object used by the RAG to save a dialog confirming upload results in the proper conversation
Show child attributes
File uploaded successfully
Upload success status
Response message
Uploaded file identifier
Was this page helpful?