cURL
curl --request POST \ --url https://api.puppeteerai.com/threads/{thread_id}/json-input \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "project_name": "<string>", "json_input": "<string>" } '
{ "response": "<string>" }
Send JSON input to a specific thread.
The name of the Puppeteer project used for this thread.
A JSON object or string containing the data to send to the thread.
Successful Response
Status message confirming the JSON input was received.