๐งฉCreate a Project (Brand Assets)
Before You Begin
Step 1: Create the Project
curl -X POST "https://api.autocontentapi.com/projects" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "AI Startup Launch",
"description": "Brand kit and positioning for our launch assets.",
"imageUrl": "https://cdn.example.com/brand/logo.png",
"textColor": "#111827",
"backgroundColor": "#F9FAFB",
"brandColor": "#4338CA",
"accentColor": "#7C72EF"
}'Step 2: Request Parameters (All Fields)
Field
Required
Type
Notes
Uploading a logo via imageData
imageDataStep 3: Use the Project ID in Content Generation
Related Endpoints
What's Next?
Last updated