Skip to main content
POST
/
api
/
content-agent
/
{platform}
cURL
curl --request POST \
  --url https://api.recoupable.com/api/content-agent/{platform} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "ok": true
}

Documentation Index

Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt

Use this file to discover all available pages before exploring further.

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