Create
Create a Web Page Import
application/json
Request Body required
embedding object
A request to generate the embeddings.
model string
Default value: nomic-ai/nomic-embed-text-v1
The model used to generate the embeddings.
properties string[]
The list of properties to use to generate the embeddings.
id string
The Web Page id (or iri) in Graph when available.
id_generator string
Possible values: [default
, headline-with-url-hash
]
Default value: default
The entity id generator, by default uses the web page path.
output_types string[]
Default value: [http://schema.org/WebPage]
The type of the generated entities, by default http://schema.org/WebPage
.
url string required
The Web Page url to import
Responses
- 200
- 401
Success
application/json
Schema
Example (from schema)
Schema
id string required
The id/iri of the web page in the Graph.
model string required
web_page object required
The Web Page data
abstract string
date_published date
headline string
html string
image string
markdown string
text string
types string[]
url string
{
"id": "string",
"model": "string",
"web_page": {
"abstract": "string",
"date_published": "2025-06-04",
"headline": "string",
"html": "string",
"image": "string",
"markdown": "string",
"text": "string",
"types": [
"string"
],
"url": "string"
}
}
Authentication Failure
Loading...