AI-powered API for data enrichment and description generation across any industry.
POSThttps://api.aliceapril.io/beta/enrich
Enrich any data
Send any JSON structure and receive the same structure with enriched information. Alice first looks at existing data to enrich your content. And then uses some black magic to make it better. Works with any valid JSON structure - no specific format required.
curl -X POST https://api.aliceapril.io/beta/enrich \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"job_title": "Senior Full Stack Developer at Tech Startup",
"description": "We need a React/Node.js expert for our Stockholm office",
"salary": "650000 SEK/year",
"location": "Stockholm, Sweden",
"company": "?",
"tech_stack": "?",
"experience_level": "?"
}'
POSThttps://api.aliceapril.io/beta/describe
Generate descriptions
Send any JSON structure and receive professional descriptions for listings, websites, or marketing. Works with any valid JSON structure - no specific format required.