The Miniapp Studio API is an allowlisted API and not publicly available. Contact the Neynar team for more information.
Streaming Response Types
This endpoint uses Server-Sent Events (SSE) for streaming responses, which is why the OpenAPI specification only shows an empty 200 response. The actual streaming response returns the following message types (all exported by@anthropic-ai/claude-code except ErrorMessage):
- SDKAssistantMessage: Claude’s responses with type
'assistant' - SDKUserMessage: User prompts with type
'user' - SDKResultMessage: Final results with type
'result'and subtypes:'success''error_max_turns''error_during_execution'
- SDKSystemMessage: System messages with type
'system'and subtype'init' - ErrorMessage: Custom error type with:
- type:
'error' - message
- timestamp
- type:
Authorizations
API key to authorize requests
Body
application/json
Farcaster ID of the user
Required range:
x >= 0Kubernetes deployment name
Prompt string to send to the deployment
Additional options for the prompt
Optional conversation ID to continue an existing chat. If not provided, a new conversation will be created.
Response
Success

