๐Create a Data Table from a Website
curl -X POST "https://api.autocontentapi.com/content/Create" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"outputType": "datatable",
"resources": [
{
"type": "website",
"content": "https://example.com/ai-vendor-landscape"
}
],
"text": "Build a vendor comparison table with columns for vendor, category, target customer, notable feature, pricing signal, and source note."
}'Last updated