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

POST
/api/v1/proposals/generate

Generate Upwork proposals from job details and portfolio

POST
/api/v1/projects/breakdown

Create project breakdowns from requirements

POST
/api/v1/content/comic

Generate comic strips in various styles

POST
/api/v1/content/slideshow

Create viral slideshows from topics

GET
/api/v1/workspace/credits

Check workspace credit balance

GET
/api/v1/workspace/usage

Get 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