POST
/
inquire-stream
curl --request POST \
  --url https://moonshine-edge-compute.com/inquire-stream \
  --header 'Content-Type: application/json' \
  --data '{
  "project_id": "abc123...xyz789",
  "prompt": "What are the key points discussed?",
  "guidance": "Focus on technical details",
  "target": "120",
  "target_video": "vid123"
}'
{
  "chunk": "The video discusses..."
}

Body

application/json

Response

200
text/event-stream

Server-sent events stream of analysis results

The response is of type object.