API

API Access and Automation

Integrate CreateWorker into your existing workflows via API.

API Overview

CreateWorker provides a REST API for programmatic access:

  • Create and manage workers
  • Submit tasks
  • Retrieve results
  • Manage integrations
  • Authentication

    API requests require authentication:

    1. Generate an API key in Settings > API

    2. Include the key in request headers

    3. Keep your API key secure

    Common Endpoints

    Workers

  • `GET /api/workers` - List workers
  • `POST /api/workers` - Create worker
  • `GET /api/workers/:id` - Get worker details
  • Tasks

  • `POST /api/workers/:id/tasks` - Submit task
  • `GET /api/tasks/:id` - Get task status
  • `GET /api/tasks/:id/result` - Get result
  • Webhooks

    Receive notifications for events:

  • Task completed
  • Approval required
  • Worker status changes
  • Rate Limits

  • Standard: 100 requests per minute
  • Enterprise: Custom limits available
  • SDKs and Libraries

    Official SDKs coming soon for:

  • JavaScript/TypeScript
  • Python
  • Go
  • apiautomationdevelopers

    ¿Te resultó útil este artículo?