Skip to main content
GET
/
api
/
admins
/
content
/
slack
cURL
curl --request GET \
  --url https://recoup-api.vercel.app/api/admins/content/slack \
  --header 'x-api-key: <api-key>'
{
  "status": "success",
  "total": 18,
  "total_videos": 12,
  "tags_with_videos": 10,
  "tags": [
    {
      "user_id": "U012AB3CD",
      "user_name": "Jane Smith",
      "prompt": "create a highlight reel for the new single release",
      "timestamp": "2024-01-15T10:30:00.000Z",
      "channel_id": "C012AB3CD",
      "channel_name": "content-team",
      "user_avatar": "https://avatars.slack-edge.com/...",
      "video_links": [
        "https://recoupable.com/v/abc123"
      ]
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Query Parameters

period
enum<string>
default:all

Time period to filter tags. One of: all (no date filter), daily (last 24 hours), weekly (last 7 days), monthly (last 30 days). Defaults to all.

Available options:
all,
daily,
weekly,
monthly

Response

Slack tag analytics retrieved successfully

status
enum<string>
required

Status of the request

Available options:
success
total
integer
required

Total number of times the Content Agent was tagged in the requested period

Example:

18

total_videos
integer
required

Total number of videos generated by the Content Agent across all tags in the requested period

Example:

12

tags_with_videos
integer
required

Number of tags that resulted in at least one video being generated

Example:

10

tags
object[]
required

List of Slack tag events