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

Pixc Public API

REST API for automated product-photo optimization. Three resources — templates (the reusable photo standard: background, border, shadow, output file types and aspect sizes), orders (a batch of submitted image URLs processed against one template), and webhooks (order_created, order_status_updated, download_generated) — across sixteen operations. Results are read back as per-image records with one rendered output per template type/size combination, or as packaged downloads. Authentication is a bearer Access Token issued from the Pixc Dashboard; the published spec additionally declares an OAuth 2.0 implicit flow with eleven granular scopes. Every operation accepts a `test: true` header that validates the request without modifying the account or spending image credits. Published by Pixc as Swagger 2.0 at https://dashboard.pixc.com/v1/schema.

This API exposes 6 operations across 4 paths, and defines 11 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, https://dashboard.pixc.com/v1.

6 operations 4 paths 11 schemas 1 DELETE4 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://dashboard.pixc.com/v1
Authentication
OAuth 2.0
Contact
Resource Areas
1

Authentication & Security 1

Pixc Public API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (pixc_auth) using the implicit flow, exposing 11 scopes.

  • pixc_auth — OAuth 2.0 implicit flow. A personal Access Token can also be obtained from Account Settings API Access in the Pixc Dashboard and sent as Authorization: Bearer…

Paths & Operations 6

Across 4 paths, the API surfaces 6 operations — 1 DELETE, 4 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Orders 6
GET
/api/order
Return list of orders
apiListOrder 3 params → 200400
POST
/api/order
Creates new order
apiAddOrder 1 param body → 200400
GET
/api/order/{orderId}
Return order details
apiShowOrder 2 params → 200400
DELETE
/api/order/{orderId}
Cancel order
apiCancelOrder 2 params → 200400
GET
/api/order/{orderId}/download
Return list of downloads for order
apiDownloadListOrder 4 params → 200400
GET
/api/order/{orderId}/image
Return list of images for order
apiImageListOrder 4 params → 200400

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are ImageObject (9 properties), OrderObject (5 properties), ImageResultObject (5 properties), DownloadObject (4 properties). Each schema is shown below with its type and property counts.

SuccessOrderListResponse
object
2 properties 2 required
OrderObject
object
5 properties 4 required
OrderFileObject
object
2 properties 1 required
ErrorResponse
object
3 properties 2 required
ImageResultObject
object
5 properties 1 required
SuccessResponse
object
1 property 1 required
SuccessOrderViewResponse
object
2 properties 2 required
SuccessImageListResponse
object
2 properties 2 required
DownloadObject
object
4 properties 1 required
SuccessDownloadListResponse
object
2 properties 2 required
ImageObject
object
9 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

pixc-orders-api-openapi.yml Raw ↑
Where this information came from

This is an independent, third-party profile of Pixc Public 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.