Skip to main content
POST
/
api
/
content-agent
/
{platform}
cURL
curl --request POST \
  --url https://recoup-api.vercel.app/api/content-agent/{platform} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
{
  "ok": true
}

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Path Parameters

platform
enum<string>
required

Chat platform identifier. Currently supports slack.

Available options:
slack

Body

application/json

Slack Events API payload (app_mention event or url_verification challenge)

Slack Events API envelope — the shape depends on the event type

Response

Event processed successfully

ok
boolean