Create
Create a Web Page Import
Request Body required
embedding object
A request to generate the embeddings.
Default value: nomic-ai/nomic-embed-text-v1
The model used to generate the embeddings.
The list of properties to use to generate the embeddings.
The Web Page id (or iri) in Graph when available.
Possible values: [default
, headline-with-url-hash
]
Default value: default
The entity id generator, by default uses the web page path.
Default value: [http://schema.org/WebPage]
The type of the generated entities, by default http://schema.org/WebPage
.
The Web Page url to import
Default value: createOrUpdateModel
The strategy used to write to the Graph: createOrUpdateModel
(default) will replace existing entities; patchReplaceModel
will replace the type
, headline
, abstract
and text
properties.
- 200
- 401
Success
Schema
The id/iri of the web page in the Graph.
web_page object required
The Web Page data
{
"id": "string",
"model": "string",
"web_page": {
"abstract": "string",
"date_published": "2025-07-19",
"headline": "string",
"html": "string",
"image": "string",
"markdown": "string",
"text": "string",
"types": [
"string"
],
"url": "string"
}
}
Authentication Failure