Skip to main content

Create

Create a Sitemap Import

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.

    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

Success

Loading...