RESTful API for workflow automation
https://api.plugix.ai/v1Most endpoints require authentication via Bearer token. Include the token in the Authorization header:
Authorization: Bearer <your_access_token>Download the full OpenAPI 3.0 spec for use with Postman, Swagger UI, or code generators.
/v1/auth/register/v1/auth/login/v1/auth/refresh/v1/auth/me/v1/auth/me/v1/auth/logout/v1/auth/change-password/v1/workflows/v1/workflows/v1/workflows/{id}/v1/workflows/{id}/v1/workflows/{id}/v1/workflows/{id}/run/v1/workflows/{id}/runs/v1/workflows/{id}/runs/{runId}/v1/workflows/{id}/runs/{runId}/retry/v1/review-queue/v1/review-queue/{itemId}/approve/v1/review-queue/{itemId}/reject/v1/team/members/v1/team/members/{id}/v1/team/members/{id}/v1/team/invitations/v1/team/invitations/v1/team/invitations/{id}/v1/team/invitations/{id}/resend/v1/billing/plans/v1/billing/usage/v1/billing/subscription/v1/billing/checkout/v1/billing/cancel/v1/api-keys/v1/api-keys/v1/api-keys/{id}API requests are rate limited based on your plan:
Free
100 requests/minute
Starter / Pro
1,000 requests/minute
Enterprise
Custom limits
All errors follow a consistent format:
{
"success": false,
"error": {
"message": "Error description",
"code": "ERROR_CODE"
}
}Ready to start building?
Get Your API Key