Headers
Path Parameters
Response
Successful Response
The response is of type any.
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);"<any>"Ingest a single file from a connector.
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);"<any>"Successful Response
The response is of type any.
Was this page helpful?