cURL
curl --request POST \ --url https://app.luly.ai/api/v1/sms/analyze \ --header 'Content-Type: application/json' \ --header 'authorization: <authorization>' \ --data '{ "goal": "<string>", "answers": [ {} ], "to": "<string>", "from": "<string>" }'
{ "status": "success", "pathway_id": "9d404c1b-6a23-4426-953a-a52c392ff8f1" }
Answer questions and extract information from an SMS conversation.
{ "answers": [ [ "When does Bob want to move?", "time" ], [ "Summarize the call.", "summary" ] ] }