How Can We Help?
API Post
One of the distribution types we offer is API POST. This is a bit more custom of a setup for your channel, but it is an option. If you have an app or custom website that accepts API Post calls, use the available fields below to map & code out the ideal schema we should send you.
Reminder, only the fields below are available to send. They must match. If you need something else, please Contact Us and ask if that is available to send.
Available Fields | |||
Field | Description | Type | Example |
article | The main body of the content in <html> form. See below for Article Object Splitting if you want to customize this to match your custom fields internally. | string | <p>The New York Yankees defeated the Boston Red Sox on Saturday… |
author_id | What is the value of the author needed if you want an author_id | integer | 232 |
categories | On object of categories to be assigned. | array | [“114”, “117”] |
channel_name | The name of the ‘Channel’ the content was generated for | string | Knup Sports |
content_id | CC unique identifier for this specific piece of content. We always send this. | integer | 12245 |
content_type | CC type of content generated (e.g., NFL Player News – Transaction, NBA Player News – Injury, etc). | string | MLB Game Preview |
date_generated | The date and time when the content was generated. | date | 2024-08-06 11:47:45.527468-05:00 |
excerpt | A brief excerpt or summary of the content. | string | The New York Mets defeated the St. Louis Cardinals … |
fanduel_dfs_player_id | Fanduel DFS Player Identifier for a specific player. | integer | 274382 |
featured_image_url | If you have a featured image concept, this will contain the url we are using. We can define a “standard” image per type, or with IMAGN integration can send a relevant image. | string | https://www.testimage.com/image-url.jpg |
featured_image_url | string | ||
game_away_team_id | SDIO Team identifier for the away team. | integer | 1121 |
game_away_team_name | City + Team of the away team | string | New York Mets |
game_home_team_id | SDIO Team identifier for the home team. | integer | 1126 |
game_home_team_name | City + Team of the home team | string | St. Louis Cardinals |
game_id | SDIO Team identifier for the specific game. | integer | 98765 |
league | The league associated with the content. | string | MLB |
meta_description | The meta description used for SEO purposes. | string | A SEO recap of the game between the New York Mets and the St. Louis Cardinals. |
player_first_name | First Name of the Player | string | Nolan |
player_id | SDIO Player identifier for a specific player. | integer | 3323 |
player_last_name | Last Name of the Player | string | Arenado |
player_name | Full Name of the Player | string | Nolan Arenado |
player_team_id | Team ID of the player | integer | 234 |
player_team_name | Team Name of the player | string | St. Louis Cardinals |
primary_keyword | The primary keyword for SEO optimization. | string | Mets vs Cardinals |
seo_title | The title used for SEO purposes. | string | New York Mets vs St. Louis Cardinals Matchup |
status | What status will the final post be in. | string | Published, Draft |
sub_type | The CC content type split up into type+sub_type | string | Injury, Transaction, Lineup, Performance. May not be needed for all content types. |
tags | Tags associated with the content for categorization. | array | [“Game Preview”, “Mets”, “Cardinals”] |
title | The title of the content. | string | New York Mets vs St. Louis Cardinals Matchup |
type | The CC content type split up into type+sub_type | string | Player News |