creative-insights-api

Creative Insights API

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "creative-insights-api" with this command: npx skills add motion-creative/agent-skills/motion-creative-agent-skills-creative-insights-api

Creative Insights API

When asked for Motion analytics or creative insights, construct a curl request to the Creative Insights API.

Environment Variables

The following environment variables must be set:

Variable Description

MOTION_API_TOKEN

Bearer token for API authentication

Base URL

https://builder-be.staging.motionapp.com/api/creative-insights

Available Query Parameters

Parameter Type Description

format

'image' | 'video'

Filter by creative format

grouping

string

How to group the results

sortKey

string

Field to sort by (e.g., thumbstop , retention , spend )

sortDirection

'asc' | 'desc'

Sort order

dateRange

string

Preset date range (e.g., last_7d , last_30d , last_90d )

startDate

string

Custom start date (ISO format)

endDate

string

Custom end date (ISO format)

limit

number

Maximum number of results to return

creativeAssetIds

string | Filter by specific creative asset IDs (can pass multiple)

Instructions

  • Parse the user's request to determine which parameters to include

  • Only include parameters that are explicitly requested or contextually relevant

  • Build the query string with only the needed parameters

  • Execute the curl command

  • Display the results in a formatted table

Example Request

curl -H "Authorization: Bearer $MOTION_API_TOKEN" "https://builder-be.staging.motionapp.com/api/creative-insights?format=video&sortKey=thumbstop&sortDirection=desc&dateRange=last_30d&limit=10"

Default Behavior

If the user doesn't specify parameters, use these sensible defaults:

  • sortDirection=desc

  • dateRange=last_30d

  • limit=10

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

vercel-composition-patterns

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

Repository Source
23K85.6K
vercel
Automation

vercel-react-native-skills

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

Repository Source
23K60K
vercel
Automation

supabase-postgres-best-practices

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

Repository Source
1.6K35K
supabase