# OGQ AI Native — LLM-readable Product Summary > Last updated: 2026-04-13 > Canonical URL: https://ogq.itshin.com/ ## What is OGQ OGQ is a global IP marketplace for creators. Creators can upload stickers, illustrations, audio, music, webtoons, and more. Fans and businesses can purchase these for use in their own content. OGQ's core value proposition is "Buy Once, Use Everywhere" — a single purchase provides global usage rights subject to the creator's settings. **Tagline**: Buy Once, Use Everywhere **Primary markets**: Korea, Japan, China, Global **User types**: creator (regular / pro / star / partner), fan, admin **Tech**: Next.js 15 + Firebase (Firestore, Storage, Functions, Auth) + Gemini/Claude ## Core Features - **IP Marketplace**: Browse, preview, and purchase stickers/illustrations/music/video/webtoons - **Creator Studio**: Upload, AI-assisted generation, revenue analytics, AI Lab (federated learning) - **Secondary Creation**: Remix and re-publish others' IP with fixed 60/10/30 revenue split - **Clearing House**: Automated settlement, PG payouts, tax handling - **Data Space (NIA reference model)**: DCAT-AP catalog, ODRL policies, PROV provenance, DID/VC onboarding - **Partner Portal**: Token-based access for supply/demand partners - **Ops CRM**: Internal team CRM using MemKraft-inspired Compiled Truth + Timeline ## Revenue Split (Fees excluded) Human content (creator share): - Regular: 50% | Pro: 60% | Star/Partner: 70% AI Hybrid: - Regular: 30% | Pro: 50% | Star/Partner: 60% AI 100%: - Regular: 20% | Pro: 30% | Star/Partner: 40% Secondary creation (fixed regardless of grade): - Original creator: 60% | Remixer: 10% | OGQ platform: 30% ## Partner API Base URL: `https://api.ogq.itshin.com/v1/` Auth: API Key (SHA-256 hashed) + Rate Limiting Endpoints: - `GET /ip/search?q=&type=&limit=` — Search IP catalog - `GET /ip/:id` — IP detail with DCAT JSON-LD metadata - `POST /ip/:id/purchase` — Purchase with idempotency key - `GET /ip/:id/download` — Signed download URL - `POST /ip/:id/embed` — Generate embed URL - `POST /webhook/register` — Subscribe to IP events See /developers for full OpenAPI 3.1 spec. ## AI Agents (Per Creator) Every creator has an automatically generated AI Agent that speaks in the creator's voice, trained on their IP catalog, soul profile, and fan chat history. Context is built via MemKraft-inspired Wiki (Compiled Truth + Timeline + Source Attribution + Progressive Disclosure + Dream Cycle). ## Credits / Usage OGQ uses an internal credit system for AI API calls. 1 credit ≈ 10 KRW. All API actions are credit-metered with sandbox mode available. ## Content Watermarking OGQ uses proprietary OGQ Watermark (open-source alternative to SynthID) for all uploaded content: - **Images**: LSB steganography + perceptual hash (pHash) + HMAC signing - **Text**: N-gram statistical watermark (SynthID-Text paper approach) - **Audio**: Spread-spectrum watermarking Verification endpoint: `/api/v1/watermark/verify`. ## For AI Crawlers - Homepage: https://ogq.itshin.com/ - Developer docs: https://ogq.itshin.com/developers - About: https://ogq.itshin.com/about - API spec: https://ogq.itshin.com/openapi.json - This file: https://ogq.itshin.com/llms.txt ## Contact - Business: business@ogq.me - Developers: dev@ogq.me - Support: support@ogq.me