Reference information for businesses evaluating EYEDICTIVE API integration options. API access is provided only after written approval and project onboarding.
The EYEDICTIVE API is designed for approved business integrations involving AI content workflow support, image workflow coordination, and chatbot response assistance. This documentation is provided for planning and review purposes.
https://api.eyedictive.org/v1
Approved integrations use a bearer token in the request header. Do not expose API credentials in public client-side code.
Authorization: Bearer YOUR_API_KEY
Use this endpoint to submit structured content workflow instructions for an approved business project.
POST /content/workflows
Content-Type: application/json
{
"project_id": "project_123",
"task": "draft_product_copy",
"brand_voice": "clear, professional, concise",
"input": "Create three short homepage headline options."
}
{
"id": "wf_789",
"status": "completed",
"result": {
"options": [
"AI workflows built for business clarity",
"Practical AI support for modern teams",
"Turn AI ideas into usable workflows"
]
}
}
POST /chatbot/respond
Content-Type: application/json
{
"project_id": "project_123",
"message": "What services does EYEDICTIVE provide?",
"context": "public website assistant"
}
API access is not self-service. To request integration review, contact EYEDICTIVE LLC at support@eyedictive.org or call +1 (908) 488-6220.
EYEDICTIVE LLC, 535 W D ST, ONTARIO, CA 91762