๐Create a Data Table
Step 1: Create the Data Table Request
curl -X POST "https://api.autocontentapi.com/content/Create" \
-H "accept: application/json" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"outputType": "datatable",
"resources": [
{
"type": "website",
"content": "https://example.com/market-report"
}
],
"text": "Extract the named companies, market segment, funding stage, region, and one-sentence positioning into a clean comparison table.",
"language": "English"
}'{
"request_id": "550e8400-e29b-41d4-a716-446655440000",
"status": 0
}Step 2: Poll for Status
Step 3: Read the Completed Status Payload
Step 4: Use the Data Tables API
List Data Tables
Download a Data Table
Supported Source Types
Type
Description
Example
Prompting Tips
Error Handling
What's Next?
Last updated