Create
Create a Sitemap 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_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
.
overwrite boolean
Default value: false
Whether to overwrite existing entities.
sitemap_url string
The sitemap URL
sitemap_url_regex string
A regex filter to apply to discovered URLs, it only applies to URLs in sitemaps.
urls string[]
The URLs
Responses
- 200
- 401
Success
Authentication Failure
Loading...