Ai Tools
Vidnoz logo

Vidnoz API

vidnoz.com

Vidnoz - AI avatar gallery, video template catalog, and marketing pages.

Actions
4
Category
Ai Tools
Login
Not required
Output
JSON

Call the Vidnoz API

Submit a task, then poll the job until it settles. This example runs act_vidnoz_avatar_gallery_listing.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_vidnoz_avatar_gallery_listing",
    "params": {
      "page": "1",
      "page_size": "999",
      "avatar_type": "11",
      "locale": "en"
    }
  }'

4 actions on vidnoz.com

Read

  • Avatar Gallery Page

    act_vidnoz_avatar_gallery_page_ssrread1 credit / call

    Returns avatar gallery page metadata with title, total count, filters, and example templates.

  • Homepage Navigation

    act_vidnoz_homepage_ssrread1 credit / call

    Returns homepage metadata with navigation links to avatar and video template galleries.

  • Video Template Page

    act_vidnoz_video_template_page_ssrread1 credit / call

    Returns video template cards with titles, images, previews, and total count.

Write

Write actions change state on vidnoz.com and run as the account you connect.

  • Avatar Gallery Listing

    act_vidnoz_avatar_gallery_listingwrite2 credits / call

    Returns paginated AI avatar cards with names, preview URLs, gender, and voice IDs.

    page
    string · required
    page_size
    string · required
    avatar_type
    string · required
    locale
    string · required

Vidnoz API questions

Is there an API for Vidnoz?
Vidnoz does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for vidnoz.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Vidnoz data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when vidnoz.com changes its markup, Anakin updates the action.
Do I need a Vidnoz account?
No. Every Vidnoz action listed here runs anonymously — no account and no credentials required.
What does the Vidnoz API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Ai Tools APIs

All Ai Tools sites