Skip to main content
POST
/
v2
/
studio
/
deployment
/
prompt
Prompt a deployment
curl --request POST \
  --url https://api.neynar.com/v2/studio/deployment/prompt \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "fid": 1,
  "name": "<string>",
  "prompt": "<string>",
  "options": {}
}'
"<any>"
The Miniapp Studio API is an allowlisted API and not publicly available. Contact the Neynar team for more information.
This endpoint can take 5 to 10 minutes to return a response. For incremental progress updates as the prompt is processed, use the streaming endpoint instead.

Authorizations

x-api-key
string
header
default:NEYNAR_API_DOCS
required

API key to authorize requests

Body

application/json
fid
integer | null
required

Farcaster ID of the user

Required range: x >= 0
name
string
required

Kubernetes deployment name

prompt
string
required

Prompt string to send to the deployment

options
object

Additional options for the prompt

Response

Success

Response from the deployment

I