Skip to main content

Task - Make Call API

The Task - Make Call API lets you create Voice AI outbound call tasks in a specific space. Each task triggers a call workflow for one or more contacts and is executed by a selected agent/pilot.
Prerequisites: Make sure you have your API Token, Space Token, and Agent Handle ready. See Authentication for details.

What You Can Do

EndpointDescription
POST /api/v2/platform/spaces/{space_token}/tasks/create/Create a Voice AI call task for one or more contacts

Call Task Flow

Create Task (POST) → Task Created (pending) → Executing → completed / failed

Base URL

https://unpod.dev/api/v2/platform/

Authentication

All Task - Make Call API requests require a valid API token in the headers:
Authorization: Token your-api-token
Content-Type: application/json

Common Error Codes

Status CodeDescription
200Success - Task created successfully
206Partial Content - Business logic error occurred
400Bad Request - Invalid input payload
401Unauthorized - Invalid or missing API token
404Not Found - Space not found
500Internal Server Error - Server-side error