Univence AI
API Documentation

Explore our suite of APIs. Choose an API below to view its complete documentation, examples, and reference.

OpenAI-Compatible

AI API

Generate images, edit photos, segment objects, upscale resolution, remove backgrounds, generate music, create videos, chat with LLMs, and clone voices.

  • POST /v1/images/generations - Text-to-Image
  • POST /v1/images/edits - Image Editing
  • POST /v1/chat/completions - LLM Chat
  • POST /v1/audio/clone - Voice Cloning
  • POST /v1/music/generate - Music Generation
  • POST /v1/images/img2video - Video Generation
  • And more...
View Documentation
Brand Lookup

Boycott Brands API

Search and lookup boycott brands. Search by brand name, campaign, list all brands, and get campaign context information.

  • GET /v1/boycott/search?q= - Search Brands
  • GET /v1/boycott/brand/{name} - Get Brand
  • GET /v1/boycott/brands - List All Brands
  • GET /v1/boycott/campaign/{name} - Campaign Lookup
  • GET /v1/boycott/campaigns - List Campaigns
  • GET /v1/boycott/campaign-info - Campaign Info
  • GET /v1/boycott/search-with-context?q= - Search with Context
View Documentation

Getting Started

Common information for all APIs

Base URL

https://api.univence.com

Authentication

All endpoints require authentication via:

  • API Key: Include X-API-Key: your-api-key in headers
  • Bearer Token: Include Authorization: Bearer your-jwt-token in headers
  • User Session: Or authenticate with your user account

Getting Started

1. Sign up at univence.com

2. Visit univence.com/account to generate your API key

3. Choose an API above and start making requests!