v1

latestOpenAPI 3.0.22026-07-174617345.8 KB
Pages

Reindex a certain page that belongs to a certain agent.

Reindex a specific page within an agent (formerly known as project) based on its unique projectId and pageId. This endpoint allows you to refresh a particular page from the agent. Our system will crawl and index page content newly.

post/api/v1/projects/{projectId}/pages/{pageId}/reindex

Path parameters

projectIdinteger required

The unique identifier of the agent (formerly known as project).

pageIdinteger required

The page id

Response

Updating Document with the new content

status'error' | 'success'

The status of the response

Example response

{
  "status": "success",
  "data": {
    "updated": true
  }
}