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
project_id
string
required

Project ID (first 60 characters used for credit checking)

Minimum length: 60
prompt
string
required

Main search/inquiry prompt

Required string length: 1 - 100
guidance
string
default:

Additional guidance for the AI analysis

target
string

Specific timestamp to focus on

target_video
string

Specific video ID to focus on

Response

200
text/event-stream
Server-sent events stream of analysis results
chunk
string

A chunk of the generated response