POST
/
{clientId}
/
reindex
/
{datasourceId}
curl --request POST \
  --url https://api.thesearchx.com/{clientId}/reindex/{datasourceId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Here, Bearer Token is your Client API Key You can find at your Client Page

Path Parameters

clientId
string
required

You can find Client ID at your Dashboard

datasourceId
string
required

You can find Datasource ID at your Dashboard

Body

application/json · object
Body should be empty here

The body is of type object.

Response

200 - application/json
Reindex response
success
boolean

Success status

message
string

Success message