Skip to main content
Integrations

Integrations with ATS
and recruitment systems

Gobi integrates with recruitment systems, CMS, email and social media — so stories appear where candidates already are.

For developers

Build your own
integration with API

Gobi's REST API gives you full control. Fetch videos, add stories to your own systems, or build fully customized solutions.

REST API with full documentation
Webhook support for automation
Embed code for all websites
Dedicated developer support
// Fetch stories for a position
const response = await fetch(
  "https://api.gobistories.com/v1/stories"
)

// Embed in career page
<gobi-stories
  team="your-company"
  position="developer"
/>