feat: post variants, transforms, image generation, AI ideas, channel edit page with image style settings
This commit is contained in:
@@ -37,4 +37,8 @@ export const engine = {
|
||||
// Generation
|
||||
generate: (userId, data) => call('/api/generate/', { userId, method: 'POST', body: data }),
|
||||
getJob: (userId, id) => call(`/api/generate/${id}`, { userId }),
|
||||
transformPost: (userId, data) => call('/api/generate/transform', { userId, method: 'POST', body: data }),
|
||||
generatePostImage: (userId, data) => call('/api/generate/post-image', { userId, method: 'POST', body: data }),
|
||||
topicsIdeas: (userId, data) => call('/api/generate/topics-ideas', { userId, method: 'POST', body: data }),
|
||||
getImageStyles: () => call('/api/generate/image-styles'),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user