Skip to main content

Generate Sitemap

POST 

/build

Generates a sitemap from a GraphQL query to WordLift KG. You must provide a valid GraphQL query as the request body.

Request

Body

required

    query string
    operationName string

Responses

Successful response

Schema

    sitemap string

    The generated sitemap in XML format.