Skip to main content
POST
/
responses
zlm-v1-iab-classify-edge-enriched: Responses
curl --request POST \
  --url https://api.zerogpu.ai/v1/responses \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --header 'x-project-id: <api-key>' \
  --data '
{
  "input": "Technology has quietly reshaped the rhythm of everyday life, weaving itself into routines so seamlessly that it often goes unnoticed. From the moment a smartphone alarm wakes someone in the morning to the final glance at a glowing screen before sleep, digital systems guide communication, navigation, work, and entertainment. This transformation did not happen overnight. It emerged through decades of incremental innovation, each new tool building upon the last, until the modern world became deeply interconnected.One of the most significant changes has been the speed at which information travels.",
  "model": "zlm-v1-iab-classify-edge-enriched"
}
'
{
  "audience": [
    {
      "id": 687,
      "parent_id": 206,
      "name": "Technology & Computing",
      "tier1_name": "Interest",
      "tier2_name": "Technology & Computing",
      "score": 0.7686
    },
    {
      "id": 703,
      "parent_id": 687,
      "name": "Consumer Electronics",
      "tier1_name": "Interest",
      "tier2_name": "Technology & Computing",
      "tier3_name": "Consumer Electronics",
      "score": 0.7206
    }
  ],
  "content": {
    "iab_1_0": [
      {
        "code": "IAB19-6",
        "name": "Cell Phones",
        "tier": 2,
        "parent_code": "IAB19",
        "score": 0.7597
      },
      {
        "code": "IAB19",
        "name": "Technology & Computing",
        "tier": 1,
        "parent_code": null,
        "score": 0.7387
      }
    ]
  },
  "topics": [
    {
      "name": "smartphones",
      "score": 0.7597
    },
    {
      "name": "wearable technology",
      "score": 0.7387
    },
    {
      "name": "technology & computing",
      "score": 0.7109
    }
  ],
  "keywords": [
    "technology",
    "reshaped",
    "everyday",
    "routines",
    "quietly",
    "weaving",
    "rhythm",
    "itself",
    "life",
    "into"
  ],
  "user_intent": {
    "name": "mastering technology quietly reshaped rhythm everyday life",
    "category": "informational",
    "score": 0.5
  }
}
The instructions field is not needed for this model. It maps your input directly to the IAB Content Taxonomy, so you only need to send input

Authorizations

x-api-key
string
header
required
x-project-id
string
header
required

Body

application/json
model
string
default:zlm-v1-iab-classify-edge-enriched
required

Model identifier (fixed for this playground). Use request examples to change use cases.

Allowed value: "zlm-v1-iab-classify-edge-enriched"
Example:

"zlm-v1-iab-classify-edge-enriched"

input
string<textarea>
required

Multi-line text or document content to send to the model.

Required string length: 1 - 131072

Response

Success

The response is of type object.