POST
/
search-with-image
curl --request POST \
  --url https://moonshine-edge-compute.com/search-with-image \
  --header 'Content-Type: application/json' \
  --data '{
  "project_id": "abc123...xyz789",
  "image": "data:image/jpeg;base64,/9j/4AAQSkZJRg..."
}'
{
  "status": "complete",
  "output": {}
}

Body

application/json
index
string
required

Name of the media index

image
file
required

Base64 encoded image data

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