Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create text media entries from raw text content
POST https://api.ugc.inc/media/create/text
const res = await client.media.importText({ texts: [{ content: 'Hook line', name: 'hook-1', tag: 'hooks' }], });