API Reference

MarineSnow provides a REST API for advanced integrations. The same API that powers our console is available to you.

Authentication

API requests are authenticated using API keys, which you can find and manage in your channel's "Integration" settings page. Include the key in the X-API-Key header of your requests.

Example Endpoints

  • GET /api/public/widgets/settings?channelId=[YourChannelId]: Fetch the public settings for a channel's widgets.
  • POST /api/ingestion/sitemap: Programmatically submit a sitemap for crawling.

Full API documentation with all available endpoints and parameters will be available soon.