Agentic Profile API
This API allows AI agents to query company info and submit inquiries without forms or UI. Built for the agentic web.
Available Endpoints
POST
/api/inquireSubmit a project inquiry — owner gets email instantly
POST /api/inquire — Body Format
{
"name": "John Smith",
"email": "john@example.com",
"project_description": "Need edge AI for factory defect detection",
"budget": "$3000",
"timeline": "6 weeks"
}