customSourceId
to use./ask/index
endpoint, pushing 1 object at a time in markdown or HTML. You can use the id of the service of origin as a reference to update an existing object, and the updatedAt
key to indicate AskX how fresh the information is. curl --request POST \--url https://api.slite.com/v1/ask/index \--header 'accept: application/json' \--header 'content-type: application/json' \--header 'x-slite-api-key: sliteAPIKey' \--data '{"rootId": "customSourceId","id": "objectId","title": "objectTitle","content": "objectContent","type": "objectFormat","updatedAt": "lastUpdateTime","url": "url"}'