Skip to main content
POST
/
v1
/
public
/
apps
/
{slug}
/
search
Execute an App tab search
curl --request POST \
  --url https://api.mixpeek.com/v1/public/apps/{slug}/search \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "tab_id": "<string>",
  "inputs": {},
  "settings": {}
}
'
{
  "status": 123,
  "error": {
    "message": "<string>",
    "type": "<string>",
    "details": {}
  },
  "success": false
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

slug
string
required

Globally unique app slug

Body

application/json

Request to execute a search on a specific tab of an App.

Extra top-level fields are merged into inputs automatically so callers can pass retriever inputs without extra nesting.

tab_id
string
required

Tab ID to search within

inputs
Inputs · object
settings
Settings · object

Response

Search results from the tab's retriever