AIGCLISTAIGCLIST
Scribie

Scribie

A transcription service offering a REST API (v1.0.0) for programmatic audio and video file transcription, credit-based payments, team collaboration, and earnings tracking.

FreemiumSpeech-to-Textscribie.ai
Visit
Published on Jul 6, 2026

Benchmarks

How Scribie scores on agent readiness and AI visibility AI Readiness and GEO Score are platform assessments generated by VibeLaunch after submission.

Powered by AIGC List Benchmarks

Decision summary

Developers and teams needing API-driven transcription integration

Programmatic transcription of audio and video files with integrated payment and team management

Best for

  • API-driven transcription pipelines
  • Team-based transcription workflows
  • Credit-managed transcription services

Watch out for

  • Documentation scope is limited to REST API reference material
  • Authentication is Basic auth only; no OAuth or token-based schemes visible
  • No webhook or callback endpoints documented for asynchronous status notifications

Overview

Scribie is a transcription service that exposes its core functionality through a REST API (v1.0.0). According to the official documentation, the API provides programmatic access to file uploading, transcription management, and payment processing, making it suitable for developers who need to integrate transcription capabilities into applications without relying on a browser-based workflow.

API Architecture

The Scribie API uses HTTP Basic authentication with API keys, which users can generate from the REST API section of the platform. All endpoints return structured JSON responses following a consistent pattern with success boolean flags and typed data payloads. The API spans several functional domains:

  • File Transcription: Upload audio or video files for transcription processing.
  • User Management: Retrieve and update profile information — including name, address, phone number, and PayPal ID — plus preference settings such as transcript ordering and newsletter toggles.
  • Credit System: Check credit balances and add credits to user accounts programmatically via GET /users/credits and POST /users/credits.
  • Earnings: Track transcription earnings with detailed breakdowns covering legacy transcription rates (TR_LEGACY), review work (RV_LEGACY), proofreading (PR_LEGACY), quality control (QC), withdrawals, and current balance.
  • Team Collaboration: Create teams, manage membership invitations, and list team rosters through dedicated endpoints.

Team Features

The team endpoints suggest a multi-user collaboration model. Administrators can create teams via POST /teams with a simple name parameter, manage invitations through GET /teams/invitations, and list existing teams. This structure supports scenarios where transcription work is distributed across team members — relevant for organizations with recurring transcription needs.

Credit and Payment Model

Scribie operates on a credit-based system. The credits API reveals a creditsBalance field and supports adding credits programmatically. The earnings endpoint exposes a granular breakdown of compensation categories, suggesting a marketplace where transcribers earn for different types of work. This level of detail is uncommon in simpler transcription APIs and points toward a platform that supports freelancer or contractor workflows.

Integration Considerations

Developers evaluating Scribie for automated Speech-to-Text workflows should note that the documented API is versioned at v1.0.0 and follows standard REST conventions with predictable endpoint patterns. Authentication relies on Basic auth with API keys rather than OAuth or token-based schemes. No webhook or callback mechanisms are visible in the documented endpoints, which may affect real-time integration designs that depend on asynchronous status notifications. For teams and organizations building automated transcription pipelines, Scribie's API offers a structured interface for managing the full transcription lifecycle — from file submission through payment settlement — without requiring a browser-based workflow.

Reviews (0)

0 ratings

No reviews yet. Be the first to rate this product!

Agent Readiness

How well an agent can understand this product and reconstruct a documented workflow from its official information.

Automated agent-readiness assessment of https://scribie.ai/: 5 of 22 checks verified across 2 fetched pages. No substantial machine interface is documented — agents can understand and cite the product but not operate it. Absent: llms_txt, agent_tooling_artifacts, request_examples, response_examples, error_documentation, rate_limits.

Readiness dimensions

DimensionScore
Documentation quality70
Execution verifiability0
Machine interface25
Project clarity50
Resource discoverability75
Workflow completeness50

What helps agents

  • docs: verified during this run
  • sitemap: verified during this run
  • quickstart: verified during this run
  • api reference: verified during this run
  • authentication: verified during this run

Where agents are blocked

  • llms.txt is absent (HTTP probe during this run).
  • No agent instruction files, code-distribution commands, or named slash-command skills found across fetched pages.
  • No request examples signal matched across 2 fetched pages.
  • No response examples signal matched across 2 fetched pages.
  • No error documentation signal matched across 2 fetched pages.
  • No rate limits signal matched across 2 fetched pages.

Evidence check

Public claims about this tool, each tagged with a verification status and its cited source.

docs6
scribie.aiVerifiedChecked Aug 30, 2026

Scribie provides a REST API (v1.0.0) for programmatic access to its transcription service.

The Scribie API accepts audio and video file uploads for transcription.

The API supports managing transcriptions programmatically.

The API includes endpoints for handling payments.

Users can generate API keys from the REST API section of the Scribie platform.

A documentation surface is reachable at https://scribie.ai/docs.

https://scribie.ai/docs
docs/users/preferences2
scribie.aiVerifiedChecked Jul 16, 2026

The Scribie API uses HTTP Basic authentication with API keys.

Users can retrieve and update preference settings via the API, including transcript ordering and newsletter toggles.

https://scribie.ai/docs/users/preferences
Scribie provides Accurate & Affordable Human-Verified Transcription Services1
scribie.aiVerifiedChecked Aug 30, 2026

The entry page was fetched and analyzed for machine-interface signals (title, headings, developer links, keyword probes).

https://scribie.ai/
https://scribie.ai/sitemap.xml1
scribie.aiVerifiedChecked Aug 30, 2026

sitemap.xml is reachable and lists site pages.

https://scribie.ai/sitemap.xml
https://scribie.ai/openapi.yaml1
scribie.aiVerifiedChecked Aug 30, 2026

A machine-readable OpenAPI/Swagger specification is published at https://scribie.ai/openapi.yaml.

https://scribie.ai/openapi.yaml
docs/users/credits1
scribie.aiVerifiedChecked Jul 16, 2026

Scribie operates a credit-based system with a balance endpoint and the ability to add credits programmatically.

https://scribie.ai/docs/users/credits
docs/users/earnings1
scribie.aiVerifiedChecked Jul 16, 2026

The earnings endpoint returns detailed compensation breakdowns including transcription, review, proofreading, quality control, and withdrawal categories.

https://scribie.ai/docs/users/earnings
docs/users/profile1
scribie.aiVerifiedChecked Jul 16, 2026

Users can retrieve and update profile information including name, address, phone number, and PayPal ID via the API.

https://scribie.ai/docs/users/profile
docs/teams/create1
scribie.aiVerifiedChecked Jul 16, 2026

Teams can be created programmatically via POST /teams with a name parameter.

https://scribie.ai/docs/teams/create
docs/teams/invitations1
scribie.aiVerifiedChecked Jul 16, 2026

Team invitations can be listed and managed through dedicated API endpoints.

https://scribie.ai/docs/teams/invitations

Decision desk

The questions most worth resolving before you rely on the product or visit its official site.

Scribie is a transcription service that exposes its functionality through a REST API (v1.0.0), allowing developers to upload audio and video files, manage transcriptions, and handle payments programmatically.

Authentication uses HTTP Basic authentication. You generate an API key from the REST API section of the Scribie platform and include it in the Authorization header of your requests.

The official documentation states the API accepts audio and video files for transcription, though specific supported formats are not enumerated in the API reference.

Yes. The API includes endpoints for creating teams, managing membership invitations, and listing team rosters, supporting collaborative transcription workflows.

Scribie uses a credit-based system. Users can check their credit balance and add credits programmatically. The earnings endpoint tracks compensation across multiple work categories.

Verify on official site

Continue exploring

Different paths for a similar job

These tools were linked as editorial alternatives with a documented reason for the relationship.

01Whisper AI

Whisper AI

OpenAI's Whisper offers local, offline transcription with no per-use credit system — compare if you need self-hosted transcription without API credit management.

View record
02No-Code Web Scraper Guide

No-Code Web Scraper Guide

Note Vocal may serve different transcription or note-taking use cases; evaluate if your workflow requires Scribie's team and credit management features.

View record
03Voqusa

Voqusa

Voqusa operates in a related speech or voice domain — compare API design, pricing model, and team features against Scribie's REST API approach.

View record
View all Scribie alternatives