GET
/
search
curl --request GET \
  --url https://moonshine-edge-compute.com/search
{
  "status": "complete",
  "output": {}
}

Query Parameters

token
string
required

User authentication token

index
string
required

name of the media index

query
string
required

Search query string

numargs
integer
default:5

Number of results to return

Required range: x >= 1
threshold
integer
default:1000

Search threshold value

Required range: x >= 0

Response

200
application/json
Search results
status
enum<string>

Status of the search operation

Available options:
complete,
project may stil be processing
output
object

Search results object