Endpoint
Request Body
Non-empty array of text payloads.
Response
Created text media entries.
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' }],
});