Javascript
import Morphik from 'morphik'; const client = new Morphik({ apiKey: 'My API Key', }); const response = await client.ee.connectors.ingestFile('connector_type', { file_id: 'file_id' }); console.log(response);
{}
Downloads a file from the connector and ingests it into Morphik via DocumentService.
Successful Response
The response is of type object.
object
Was this page helpful?