Image and video intelligence API

Understand every frame.
Build smarter with PHero AI.

Add search-ready tags, natural-language descriptions, timestamped video labels, confidence scores, and safety signals to your product.

Structured JSON Images and video Transient processing
POST /api/phero/tag

Request

curl https://phero-ai.com/api/phero/tag \
  -F "mediaType=image" \
  -F "[email protected]" \
  -F "frameTimestamps=[]"

Example response

Schema
{
  "description": "A cyclist riding beside a lake at sunrise.",
  "tags": [
    { "label": "cyclist", "confidence": 0.98 },
    { "label": "lake", "confidence": 0.96 },
    { "label": "sunrise", "confidence": 0.91 }
  ],
  "safety": { "adult": 0.01, "violence": 0.02 }
}

One focused endpoint

Useful metadata without a vision stack.

Send prepared media, get consistent JSON back. Keep your integration small and your media library useful.

Image tagging

Objects, scenes, colors, activities, descriptions, and confidence scores.

Video timelines

Timestamped tags reveal what appears and when across a video.

Safety signals

Content-risk labels support routing and human moderation workflows.

Built for bounded use

Analyze content, not people.

PHero AI is scoped to media organization and moderation support. Identity, biometric surveillance, sensitive-trait inference, and automated high-impact decisions stay outside the product.

Read acceptable use

Media organization

Search, catalog, accessibility, and asset-management workflows.

Human review

Confidence scores and safety labels support—not replace—judgment.

Transient media

Submitted media is deleted after the tagging response is delivered.

Predictable output

A documented schema makes results easier to validate and route.

Bring PHero AI into your workflow.

Create an account to request API access, discuss volume requirements, and plan your integration.

Request access