LiveSearch
Response-body reference for POST /live_search.
Example
{
"success": true,
"message": null,
"data": {
"search_id": 42
}
}
Fields
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates whether the request succeeded. |
message | string | Optional server message. |
data.search_id | number | Identifier for the live-search task. |