cURL
curl --request POST \ --url https://api.usemoonshine.com/inquire \ --header 'Content-Type: application/json' \ --data '{ "project_id": "abc123...xyz789", "image": "data:image/jpeg;base64,/9j/4AAQSkZJRg..." }'
{ "status": "complete", "output": "<string>" }
Performs a visual search using a base64 encoded image in a specified project
Successful analysis response
The response is of type object.
object