Skip to main content
Pricing

One plan for every Samsar workflow.

A single payment plan covers VidGenie, Studio Creator, and Express Narrative Creator. Use credits where you need them.

API endpoint pricing

Detailed per-endpoint rates and billing notes.

Video API pricing

  • POST /video/text_to_video90-1050 base credits by model.Supported models: VEO3.1I2V, VEO3.1I2VFAST, SEEDANCEI2V, KLINGIMGTOVID3PRO, RUNWAYML, SORA2PRO.
  • POST /video/image_list_to_video75 credits/sec flat rate.Billed on final render duration derived from the supplied images; uses a fixed Veo2.1 pipeline model (`VEO3.1I2V`).
  • POST /video/translate_video3 credits/sec flat rate.Billed on the source session duration; credits are charged when the request is accepted.
  • POST /video/join_videos3 credits/sec flat rate.Billed on the joined duration (sum of session durations); credits are charged when the request is accepted.
  • POST /video/remove_subtitlesNo additional credits.Clones a session, removes subtitle/transcript text overlays, and re-runs frame/video generation.
  • POST /video/cancel_renderNo additional credits.Cancels an in-progress render for an existing session and evicts queued render tasks.
  • POST /video/add_outro_image75 credits per request.Clones a session, adds/replaces the outro layer, and re-runs frame/video generation.

Image API pricing

  • POST /image/enhance45/75/90 credits per request at 1k/2k/4k.Resolution defaults to 1k; requests are async and return credit headers.
  • POST /image/remove_branding75 credits per request.Async request; poll /image/status for completion.
  • POST /image/add_image_set75 credits per requested image.num_images defaults to image_urls.length when omitted.
  • POST /image/receipt_templates/createFree.Creates and stores a reusable receipt template and normalized schema from one sample image.
  • GET /image/template_jsonFree.Returns the saved structured template JSON for a template_id owned by the API key.
  • POST /image/receipt_templates/query50 credits per request.Validates a receipt image against a saved template and returns standardized extraction JSON.
  • POST /image/create_rollup_banner30 credits per request.Generates a rollup banner from the provided image set.
  • POST /image/create_rollup_banner_with_enhanceVariable (enhance credits + 30 credits).Enhances low-res tiles as needed before generating a rollup banner.

Chat API pricing

  • POST /chat/enhance30 credits per request.Synchronous response; no status polling required.
  • Embedding routesUsage-based credits.Charges scale with the amount of text processed. Credits follow the standard 100 credits = $1 conversion.
  • URL embedding routesUsage-based credits + crawl cost.Crawl cost is converted into credits using the same 100 credits = $1 rule, then a 2.5x ingestion multiplier is applied.

Assistant API pricing

  • POST /assistant/completionUsage-based credits.Charges scale with the processed conversation context and generated output. Credits are calculated from actual usage, converted at 100 credits = $1, then multiplied by 2.5.
  • POST /assistant/set_system_promptFree.Stores or clears the account-level assistant system prompt.