Access JigsawStack APIs in Postman

Postman is a popular API platform that makes working with APIs faster and easier. With our official JigsawStack Postman collection, you can:

  • Explore our complete API suite in an interactive environment
  • Test API calls with pre-configured requests
  • Integrate JigsawStack into your projects with generated code snippets
  • Collaborate with your team on API development
  • Build workflows using Postman’s powerful features

Getting Started

Setup Instructions

  1. Create a Postman account if you don’t already have one
  2. Fork the JigsawStack collection from our official workspace
  3. Set up your environment variables:
    • Create a new environment in Postman
    • Add the variable JIGSAWSTACK_API_KEY with your API key
    • Set the BASE_URL to https://api.jigsawstack.com/v1

Available API Categories

Our Postman collection is organized by API category, making it easy to find and test the specific functionality you need:

CategoryDescriptionExample Endpoints
Core AIEssential AI capabilities for text and data analysisSentiment Analysis, Translation, Summary
Web & SearchWeb scraping and search capabilitiesAI Web Scraper, Web Search, HTML to Any
Computer VisionImage analysis and processingvOCR, Object Detection
AudioSpeech processing and voice capabilitiesSpeech to Text, Text to Speech
GeolocationLocation-based services and dataGeo Search, Geocode
ValidationContent validation and verificationNSFW Detection, Profanity Check, Spell Check
File ManagementCloud-based file storage and retrievalFile Storage

Workflow Examples

Example 1: Sentiment Analysis Workflow

  1. Send a request to the Sentiment Analysis endpoint
  2. Visualize the sentiment score in Postman’s visualization tab
  3. Use the response to trigger conditional follow-up requests

Example 2: Content Generation Pipeline

  1. Generate text summaries with the Summary API
  2. Translate the summary to different languages
  3. Convert the translated text to speech
  4. Store the audio file for later use

Postman Features for JigsawStack

Code Generation

Easily generate code snippets for any API request in your preferred programming language:

  1. Send a request in Postman
  2. Click the “Code” button () in the right sidebar
  3. Select your programming language (JavaScript, Python, PHP, etc.)
  4. Copy the generated code to your project

Environment Variables

Set up environment variables to easily switch between development and production:

{
  "development": {
    "JIGSAWSTACK_API_KEY": "your-development-api-key",
    "BASE_URL": "https://api.jigsawstack.com/v1"
  },
  "production": {
    "JIGSAWSTACK_API_KEY": "your-production-api-key",
    "BASE_URL": "https://api.jigsawstack.com/v1"
  }
}

Response Examples

Each request in our collection includes example responses, helping you understand what to expect before making an API call.

Community & Support

Need Help?

If you have questions or need assistance with the JigsawStack Postman collection, please contact support@jigsawstack.com.

Additional Resources