---
title: "Social Reply"
method: POST
path: "/api/social/{network}/reply"
tags: ["social"]
---

# Social Reply

`POST /api/social/{network}/reply`

Phase 5 outbound reply — drives a real DM send via the persisted
session (services/social/social_send.py). Strictly gated: only ever
invoked explicitly by an allowed caller.

## Path parameters

- `network` string, required

## Request body

- ReplyRequest
  - `profile_url` string, required
  - `text` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/every/apis/every-api.md) · [All operations](https://skmtc.net/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/every/every-api/revisions/7c5dfa63b897/schema)
