Visual Radio Assist allows you to integrate external data feeds directly into your visual content, bringing real-time information to your broadcast.
Visual Radio Assist allows you to integrate external data feeds directly into your visual content, bringing real-time information to your broadcast. Whether you want to display breaking news, weather updates, sports scores, or social media feeds, API Data Sources make it possible to keep your audience informed with dynamic, up-to-date content.
JSON/XML Endpoints: Structured data from third-party services
By connecting these data sources to Visual Radio Assist, you can create dynamic elements like news tickers, live updates, and contextual information that enhances your broadcast’s relevance and engagement.
Every API Data Source in Visual Radio Assist consists of two main components:Base URL: The primary domain or server address (e.g., api.visualradioassist.cloud)Endpoint: The specific path to the data you want to access (e.g., /test-endpoint or /authentication)Together, these create the complete URL that will be requested: api.visualradioassist.cloud/test-endpointThis structure allows you to organize multiple endpoints under a single base URL, making it easier to manage related data sources from the same service.
Visual Radio Assist offers different methods for retrieving data:Cloud Proxied: The Visual Radio Cloud server fetches the data on your behalf. This is essential when:
The feed doesn’t allow direct browser requests
CORS (Cross-Origin Resource Sharing) restrictions prevent browser access
Browser Direct: Your browser fetches the data directly from the source (use only when the feed explicitly allows browser access).
When in doubt, start with Cloud Proxied. If you’re unsure whether a feed allows direct browser access, test it first. Switching to Cloud Proxied typically resolves most fetch errors related to CORS restrictions.
Once configured, use the Test Request button to verify that data is loading correctly. This allows you to inspect the data structure and confirm that your endpoint is responding as expected.
Many professional APIs and internal systems require authentication to access their data. Visual Radio Assist supports authenticated feeds through:Authorization Tokens: Add bearer tokens or API keys directly into the configurationCustom Headers: Configure custom HTTP headers for specialized authentication methodsEndpoint Parameters: Include authentication credentials as URL parameters when requiredThis flexibility enables you to work with:
With your data displaying correctly, enhance the appearance and layout using the Visual Designer’s full suite of tools:Layer Management: Stack multiple layers to create complex layoutsBranding Elements: Add station logos, background graphics, and color schemesAdditional Data Fields: Display descriptions, publication times, author names, or other metadata from the same feedStyling Controls: Adjust fonts, colors, sizes, animations, and positioningThe Visual Designer gives you complete control over how your external data appears on screen, ensuring it integrates seamlessly with your broadcast’s visual identity.