Index a document from a file (internal)Ask AIpost https://api.ducky.ai/internal/index-fileIndex a document from a file into the specified index.Body ParamsThe request payload containing the file to be indexed.index_namestringrequiredThe name of the index to add the document tofile_idstringrequiredThe ID of the file to be indexedproject_idstringrequiredThe ID of the project to add the document toResponses 204File successfully indexed 400Invalid request (e.g., missing or invalid fields)Updated 7 months ago