API Access
Build custom integrations with our REST API. Access all agent capabilities programmatically to embed AI-powered features in your own applications.
Available Endpoints
/api/v1/proposals/generateGenerate Upwork proposals from job details and portfolio
/api/v1/projects/breakdownCreate project breakdowns from requirements
/api/v1/content/comicGenerate comic strips in various styles
/api/v1/content/slideshowCreate viral slideshows from topics
/api/v1/workspace/creditsCheck workspace credit balance
/api/v1/workspace/usageGet usage analytics and history
Quick Example
curl -X POST https://api.mydevagents.com/v1/proposals/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"job_title": "React Developer Needed",
"job_description": "Looking for experienced React developer...",
"style": "concise"
}'Features
RESTful Design
Standard REST API with JSON requests and responses. Easy to integrate with any programming language or platform.
Secure Authentication
API keys with workspace-level permissions. Rotate keys, track usage, and revoke access anytime.
Webhook Support
Receive webhooks for long-running operations. Get notified when content generation completes.
Rate Limiting
Generous rate limits with clear headers. Upgrade for higher limits on enterprise plans.
Use Cases
Custom Dashboards
Build internal tools that leverage AI agents for your specific workflow.
Automation Workflows
Connect to Zapier, Make, or n8n for automated content and proposal generation.
White-Label Products
Embed our AI capabilities in your own SaaS product with full API access.
Ready to Build?
API access is available on all paid plans. Get started and grab your API key from the dashboard.
Get Your API Key