September 29, 2025
DOCSFixesAPIs
API Fixes and Updates

Fixes

  • Fixed Embedding v1 API where sometimes the model would fail inconsistently
  • Fixed Classification API where the model would fail inconsistently for certain images
  • Fixed AI Scraper where the model would fail for pdf with large amount of pages

APIs

  • Speech to Text (STT): Added confidnece score for the language detected. Available if language parameter is not provided or set to “auto”.
  • Object to Detection:: Improved the speed of the object detection model
  • Improved the speed of APIs that involves processing binary data. This includes:
    • Object Detection
    • Speech to Text (STT)
    • Embedding v1
    • Embedding v2
    • Image Translation
    • vOCR
    • NSFW
    • File Upload

DOCS

September 19, 2025
DOCSFixesSDKs
Python v0.3.7, JavaScript v0.3.6

Fixes

  • Updated Object Detection API to accept “object” parameter as an alternative to “object_detection”
  • Fixed Object Detection API for pure GUI images
  • Improved Speech to Text (STT) webhook error handling with 400 status code for empty files
  • Enhanced Object Detection tag generation for more accurate and relevant results

SDKs

  • Updated Object Detection now supports “object” parameter as an alternative to “object_detection”
  • Updated Speech to Text (STT) to return language_detected and confidence in the response

DOCS

  • Added documentation for Embedding v2 parameters: instructions and query
  • Added documentation for Object Detection parameters: return_masks
  • Fixed CURL example for File Uploads
  • Fixed C# examples on all APIs
  • Updated Speech to Text (STT) documentation to include parameters: chunk_duration, language_detected, and confidence
September 15, 2025
SDKsFixesDOCS
v0.3.4 - v0.3.5

Fixes

  • Added support for NSFW API when images are not available
  • Added support for HTML to Any now works with all HTML tags as input
  • Fixed File Upload now works with Embedding v2
  • Fixed VOCR for PDF in certain edge cases
  • Fixed AI Scraper returning invalid JSON for empty element_prompts
  • Decrease latency for AI Scraper

DOCS

  • Updated File Uploads documentation Handling Files
  • Renamed embeddingV2 method to embedding_v2 for consistency

SDKs

  • Updated the way multipart/form-data are handled for APIs involved with file uploads
  • Renamed embeddingV2 method to embedding_v2 for consistency

Python

  • Fixed blob inputs for Object Detection where previously features params was not respected
  • Fixed blob inputs for VOCR where page range was not respected
  • Established CI/CD pipeline for Python SDK
  • Updated to pass x-jigsaw-no-request-log through headers. Security

JavaScript

  • Fixed blob inputs for Object Detection where previously features params was not respected
  • Fixed blob inputs for VOCR where page range was not respected
September 8, 2025
SDKsFeaturesAPIFixesDOCS
Python v0.3.3, JavaScript v0.3.3

Features

Embedding v2 is a new, flexible, and more powerful embedding model.
  • params: speaker_fingerprint a boolean value to switch on/off speaker identification.
  • response: speaker_embeddings a list of embeddings for the speaker.

Fixes

  • fixed Speech to Text (STT) webhook
  • fixed file upload overwrites error

API

  • added embedding v2 API

SDKs

  • additional type safety for all APIs
  • added embedding v2
  • added deep research
  • removed Text to Speech (TTS) from SDKs
  • brought back prompt engine

DOCS