Skip to main content
POST
Process

Authorizations

Authorization
string
header
required

Doofinder API key. Pass it as: Authorization: Token <api_key>

Path Parameters

hashid
string
required

Unique id of a search engine.

Pattern: ^[a-f0-9]{32}$

Body

application/json
callback_url
string<url>

When the tasks finishes, the systems calls to the provided URL giving the final status of the task. URL must use HTTPS. The call will be a POST, with the data result on the body.

Example:

"https://example_url.com"

Response

Tasks succesfully scheduled.

Task succesfylly scheduled.

href
string

Url to call to, gets the state of the indexation process (GET).

message
string

Result of the task created.