Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.smartlyq.com/v1/social/comments/{comment_id}/reply \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "text": "<string>" } '
{ "success": true, "data": { "success": true, "remote_id": "c_2" }, "meta": { "request_id": "req_abc123", "timestamp": "2026-03-01T16:00:00Z" } }
API key from Developer dashboard (Bearer token).
Comment id
Reply text
Success
true
Show child attributes