How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zoca Services API

The Services API from Zoca — 51 operation(s) for services.

Zoca Services API is one of 193 APIs that Zoca publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Services. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 64 operations across 51 paths, and defines 2 schemas. It is described by OpenAPI 3.2.0, at version 3.20.10.

Requests are made against a single base URL, https://api.zoca.ai.

64 operations 51 paths 2 schemas 11 DELETE21 GET21 POST11 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
3.20.10
Base URL
https://api.zoca.ai
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Zoca Services API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (access-token).

  • access-token — Enter JWT token in the format Bearer

Paths & Operations 64

Across 51 paths, the API surfaces 64 operations — 11 DELETE, 21 GET, 21 POST, 11 PUT. Each is listed below with its method, path, parameters, and response codes.

Services 64
GET
/services/colors
Get predefined service colors
t_value → 200
GET
/services/{entityId}
Get services by entity ID
t_value 5 params → 200
GET
/services/service/{id}
Get service by ID
t_value 1 param → 200404
PUT
/services/service/{id}
Update service
t_value 1 param body → 200
DELETE
/services/service/{id}
Delete service
t_value 1 param → 200
POST
/services/{entityId}/service
Create a new service
t_value 3 params body → 201400404500
PUT
/services/{entityId}/services/{serviceId}/unarchive
Unarchive a service
t_value 2 params → 200404500
PUT
/services/{entityId}/categories/unarchive
Unarchive all categories and services
t_value 1 param → 200500
PUT
/services/{entityId}/categories/unarchive/{categoryId}
Unarchive a single category and its services
t_value 2 params → 200404500
GET
/services/{entityId}/uncategorized
Get services without category
t_value 1 param → 200
POST
/services/{entityId}/categories/backfill
Backfill categories-entities relationships
t_value 1 param → 200
GET
/services/{entityId}/duration-audit
Audit service variation durations for a location
t_value 4 params → 200
POST
/services/{entityId}/variations/backfill
Backfill default variations for services without variations
t_value 1 param → 200500
POST
/services/{entityId}/online-booking/backfill
Enable online booking for all services
t_value 1 param → 200500
POST
/services/{entityId}/category
Create a new category for an entity
t_value 1 param body → 201
POST
/services/categorydeprecated
Create a new category (deprecated)
t_value body → 201
GET
/services/category/{id}
Get a category by ID
t_value 1 param → 200
PUT
/services/category/{id}
Update a category
t_value 1 param body → 200
DELETE
/services/category/{id}
Delete a category
t_value 1 param → 200
GET
/services/{entityId}/categories
Get all categories for an entity
t_value 2 params → 200
GET
/services/{entityId}/categories/services/archived
Get archived services grouped by category
t_value 1 param → 200500
POST
/services/service/{serviceId}/category/{categoryId}
Assign a service to a category
t_value 2 params → 201
DELETE
/services/service/{serviceId}/category/{categoryId}
Remove a service from a category
t_value 2 params → 200
PUT
/services/reorder
Reorder services
t_value body → 200
PUT
/services/reorder-categories-services
Reorder categories and their services
t_value body → 200
GET
/services/{serviceId}/images
Get all images for a service
t_value 1 param → 200
POST
/services/{serviceId}/images
Add a new image to a service
t_value 1 param body → 201
DELETE
/services/{serviceId}/images/{imageId}
Delete an image from a service
t_value 2 params → 200
POST
/services/{serviceId}/images/{imageId}/primary
Set an image as primary for a service
t_value 2 params → 200
GET
/services/variation/{id}
Get service variation by ID
t_value 1 param → 200404
PUT
/services/variation/{id}
Update a variation
t_value 1 param body → 200
DELETE
/services/variation/{id}
Delete a variation
t_value 1 param → 200
GET
/services/service/{serviceId}/variations
Get variations for a service
t_value 3 params → 200
POST
/services/service/{serviceId}/variation
Create a new variation
t_value 1 param body → 201
POST
/services/{entityId}/batch
Create multiple services
t_value 1 param body → 201
DELETE
/services/batch
Delete multiple services
t_value body → 200
POST
/services/categories/batch
Create multiple categories
t_value body → 201
DELETE
/services/categories/batch
Delete multiple categories
t_value body → 200
GET
/services/default-categories
Get default service categories
t_value 1 param → 200
POST
/services/{entityId}/default-categories
Add default service categories
t_value 1 param body → 201
POST
/services/{entityId}/categories-with-services
Create categories with services
t_value 1 param body → 201
POST
/services/category/{categoryId}/services/batch
Assign multiple services to category
t_value 1 param body → 200
DELETE
/services/category/{categoryId}/services/batch
Remove multiple services from category
t_value 1 param body → 200
POST
/services/batch/status
Update status of multiple services
t_value body → 200
POST
/services/categories/merge
Merge multiple categories
t_value body → 200
POST
/services/{entityId}/batch/duplicate
Duplicate multiple services
t_value 1 param body → 200
PUT
/services/variations/batch
Batch update variations
t_value body → 200
DELETE
/services/variations/batch
Batch delete variations
t_value body → 200
GET
/services/{entityId}/ai-description
Generate AI description for a service
t_value 3 params → 200
GET
/services/{entityId}/categories/suggested
Get suggested categories
t_value 3 params → 200
GET
/services/{entityId}/{categoryId}/suggested
Get suggested services for an entity and category
t_value 4 params → 200
GET
/services/{entityId}/categories/suggested-services
Get suggested services for all categories
t_value 3 params → 200404500
GET
/services/{entityId}/categories/check-duplicate
Check for duplicate category name
t_value 3 params → 200
GET
/services/{entityId}/export/csv
Export services to CSV
t_value 1 param → 200
POST
/services/sync-to-production/{linkId}
Sync scraped services to production tables
t_value 1 param → 200400
GET
/services/{serviceId}/staff
Get staff members assigned to a service at a location
t_value → 200
GET
/services/staff/location/{locationEntityId}/members
List assignable staff members at a location
t_value → 200
GET
/services/staff/{locationMemberId}/services
Get services assigned to a location member (staff)
t_value → 200
DELETE
/services/staff/{locationMemberId}/services
Unlink all service assignments for a staff member
t_value → 200
POST
/services/staff/assign
Assign a single service to a staff member
t_value → 201
POST
/services/staff/assign/bulk
Assign multiple services to a staff member
t_value → 201
PUT
/services/staff/sync/{locationMemberId}
Replace all service assignments for a staff member with the given list (additions + removals)
t_value → 200
PUT
/services/staff/assignment/{id}
Update a staff-service assignment (overrides, etc.)
t_value → 200
DELETE
/services/staff/assignment/{id}
Unlink a single staff-service assignment
t_value → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are t (12 properties), e (6 properties). Each schema is shown below with its type and property counts.

t
object
12 properties 12 required
e
object
6 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zoca-services-api-openapi.yml Raw ↑

Other APIs Zoca publishes across the network.

Zoca ACM API
Zoca Acuity API
Zoca Addon Groups API
Zoca Addons API
Zoca Aeo Lead Magnet API
Zoca Agents API
Zoca API Keys API
Zoca App API
Zoca App Blocker API
Zoca App Blocker Updates API
Zoca Approvals API
Zoca Auth API
Where this information came from

This is an independent, third-party profile of Zoca Services API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.