API Documentation

BTW API Access (30-day free trial)

Authentication

BTW API endpoints require authentication, which you can do with a free trial API key. This key works across both APIs and should be included in the Authorization header of your requests.

For ongoing access to our API or to inquire about a custom endpoint, email us at support@btw.co.

Authorization: Bearer YourApiKey
Get API Key

Endpoints

LiveLM Creator

POST https://btw.co/api/creator sample response

Discovers timely BTW stories tailored to a creator's niche and returns a short explanation for why each story is relevant to that creator. Use this endpoint when you want customized content ideas based on a creator background such as a beat, audience, or persona.

POST Request Body (JSON)
{
  "CreatorBackground": "tech gadget streamer",  // required
  "DateRange": "Now"                            // optional: Now, Week
}
Where CreatorBackground is required and describes the creator's niche, audience, or content persona. DateRange is optional and controls whether the endpoint looks at stories from the current moment or the past week.
Required Headers
Authorization: Bearer YourApiKey
Content-Type: application/json
Optional Headers
Accept: application/json

Data Dictionary

CreatorBackgroundThe creator niche, beat, or audience description submitted in the request.
DiscoveredStoriesThe collection of stories BTW selected as relevant content opportunities for the creator.
ReasonAn explanation of why the story is a good fit for that creator and their audience.
StoryIdThe BTW story ID for the recommended story.
TitleThe headline or short title of the recommended story.
BodyA summary paragraph describing the recommended story.
TimestampThe UTC timestamp for when the response was generated.

LiveLM Developer

Break The Web presents the Live Language Model: AI in sync with the world as it moves. Powered by our breakthrough CT-X data engine, it fuses the capabilities of an LLM with continuously updating world knowledge to unlock real-time product experiences no static model or web search system can match.