leony

leony

Leony Analyze

Leony Analyze is a leony capability available through Leony on Aweb. Analyze creative provider posture, approvals, spend risk, publishing readiness, and assets. Access it through a single unified API with automatic failover and intelligent routing.

Try Leony AnalyzeAPI docs

Best for

Highest quality

Leony

Premium tier

Most affordable

Leony

Economy tier

Contract

Max Latency10000ms

Providers (1)

ProviderScoreQualityPricing
LeonyDEFAULT
96premiumeconomy

Public discovery and orchestration

Inspect the live capability descriptor directly, then route orchestration through a capability filter. Generic public execute examples are intentionally withheld until the canonical public execute contract is normalized.

cURL

curl "https://aweblabs.ai/api/v2/capabilities/leony.analyze"

TypeScript

import Aweb from '@aweb/sdk';

const client = new Aweb({
  baseUrl: 'https://aweblabs.ai/api/v2',
});

const capability = await client.capabilities.get('leony.analyze');

console.log(capability.data.runtime.providers);

Orchestration pipeline

import Aweb from '@aweb/sdk';

const aweb = new Aweb({ apiKey: process.env.AWEB_API_KEY });

const result = await aweb.orchestrate.run({
  query: 'Use Leony Analyze to help with a hello-world task and summarize the output',
  capabilities: ['leony.analyze'],
  policy: 'balanced',
});

console.log(result.data.status);

Related leony capabilities

Leony Explore

leony

Leony Brief

leony

Leony Plan

leony

Leony Render

leony

Leony Publish

leony

Leony Operate

leony

Getting started →API reference →All providers →All capabilities →