Ingest File
Ingest PDFs, videos, Markdown and Word documents, and more.
If you have content already cloud-hosted, and available via URL, it can be ingested into Graphlit easily.
You can use the ingestUri
mutation, and pass the URI to the cloud-hosted file.
ingestUri
expects an individual file or ZIP package of files, and will return an error if a webpage or RSS feed is provided in the URI.
Graphlit will return the ID of the content
object which is created, and immediately begin processing the content workflow in the background.
More information on content workflows can be found here.
Mutation:
Variables:
Response:
Last updated