refactor: switch to free-trial/private-deploy/buyout pricing, fix feature gaps, add SEO landing + deploy config
This commit is contained in:
@@ -136,3 +136,10 @@ export async function generateKeywords(productName, description, count = 10) {
|
||||
body: { product_name: productName, description, count, language: 'en' },
|
||||
});
|
||||
}
|
||||
|
||||
/** Extract structured customer info from pasted text */
|
||||
export async function extractInfo(text, extractType = 'auto') {
|
||||
return request('/api/v1/translate/extract', {
|
||||
body: { text, extract_type: extractType },
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user