API.Market
Go to API.market
  • Welcome to API.market
  • What are API Products?
  • How to subscribe to a SaaS API Product?
  • Managing Subscriptions
  • Analytics & Logs
  • How can I cancel my Subscription?
  • How do I add payment details?
  • How does API.market charges me?
  • Error Codes
  • API.market Usage API Documentation
  • Seller Docs
    • API Seller Console
    • What is an API Product?
    • What is a Pricing Plan
    • Importing an API Source
    • Creating a Product using the Wizard
    • Testing Your APIs & Products
    • Analytics & Logs
    • Custom Usage
    • Overriding Custom Usage on Result Retrieval
  • FUNDAMENTALS
    • Convert Postman Collection to OpenAPI Yaml
    • Create OpenAPI spec using ChatGPT
  • About Us
  • API Product Docs
    • MagicAPI
      • Screenshot API
      • Domain Availability Checker API
      • WhoIS API
      • PDF Conversion API
      • Image Upscale API
      • DNS Checker API
      • Ageify API
      • Image Restoration API
      • Toon Me API
      • Coding Assistant
      • 🎭 FaceSwap API: Instantaneous replaces face with one another
      • 🏞️ Image Upload API
      • Deblurer API
      • Hair Changer API
      • πŸ€³πŸ»πŸ€–AI Qr Code Generator API
      • Whisper API
      • Image Colorizer API
      • OpenJourney API
      • Object Remover API
      • Image Captioner API
      • Object Detector API
      • NSFW API
      • Crunchbase API
      • Pipfeed's Extract API Developer Documentation
      • Migrating from Capix FaceSwap API to magicapi/faceswap-capix API
    • BridgeML
      • Meta-Llama-3-8B-Instruct
      • Meta-Llama-3-70B-Instruct
      • Mistral-7B-Instruct-v0.1
      • Mixtral-8x22B-Instruct-v0.1
      • Meta-Llama-2-7b
      • Meta-Llama-2-13b
      • Meta-Llama-2-70b
      • Gemma-7b-it
      • NeuralHermes-2.5-Mistral-7B
      • BAAI/bge-large-en-v1.5
      • CodeLlama-70b-Instruct-hf
      • πŸ€–πŸ§—Text-to-Image API
      • πŸ“πŸŽ§ Text to Audio API
    • Capix AI
      • FaceSwap Image and Video Face Swap API
      • MakeUp
      • Photolab.me
      • AI Picture Colorizer
      • AI Picture Upscaler
      • AI Background Remover
      • Object Remover
      • TTS Universal
      • Home GPT
      • AI & Plagiarism Checker
      • AI Story Generator
      • AI Essay Generator
      • Book Title Generator
    • Trueway
      • β›• πŸ—ΊοΈ Trueway Routing API
      • πŸŒπŸ“Trueway Geocoding API: Forward and Reverse Geocoding
      • πŸ›€οΈ ⏱️Trueway Matrix API: Travel Distance and Time
      • πŸ›οΈ Trueway Places API
    • AILabTools
      • Cartoon-Yourself
    • SharpAPI
      • πŸ“„ AI-Powered Resume/CV Parsing API
      • πŸ›©οΈ Airports Database & Flight Duration API
    • Text to Speech
      • Turn your text into Magical-sounding Audio
Powered by GitBook
On this page
  1. API Product Docs
  2. SharpAPI

πŸ“„ AI-Powered Resume/CV Parsing API

Advanced AI-powered Resume/CV parsing using AI

PreviousSharpAPINextπŸ›©οΈ Airports Database & Flight Duration API

Last updated 10 months ago

Developer Portal :

Transform your recruitment process with the AI Resume Parsing API by SharpAPI.com. Effortlessly scrape CVs and extract comprehensive candidate data with our advanced AI resume scraper. Simply upload a document, and our Parse PDF Resume API will return detailed candidate information to streamline your hiring workflow.

Description:

SharpAPI.com's AI-powered Resume/CV Parsing API offers a robust solution for modern recruitment needs. This API leverages cutting-edge AI technology to accurately parse and extract extensive data points from resumes and CVs, significantly enhancing your candidate evaluation process.

Key Features:

  • Comprehensive Data Extraction: Automatically retrieve detailed candidate information such as name, contact details, skills, job history, education, honors, and certifications.

  • Form-Data File Upload: Upload resumes and CVs as form-data parameters. The file should be uploaded with the parameter name file.

  • Language Support: Optionally specify the language of the resume/CV for better parsing accuracy. The default is set to English.

  • Free Resume Parsing API: Get started with a free tier to parse resumes and CVs.

API Endpoints:

  1. Parse PDF Resume:

    curl -X 'POST' \
      'https://api.magicapi.dev/api/v1/sharpapi.com/resume/api/v1/hr/parse_resume' \
      -H 'accept: application/json' \
      -H 'x-magicapi-key: YOUR_API_KEY' \
      -H 'Content-Type: multipart/form-data' \
      -F 'file=@Your_Resume.pdf;type=application/pdf' \
      -F 'language=English'

    Response:

    {
      "status_url": "https://api.market/api/v1/hr/parse_resume/job/status/8bd71aa1-d733-4ce2-a6be-c38ffe0c39e6",
      "job_id": "8bd71aa1-d733-4ce2-a6be-c38ffe0c39e6"
    }
  2. Check Parsing Status:

    curl -X 'GET' \
      'https://api.magicapi.dev/api/v1/sharpapi.com/resume/api/v1/hr/parse_resume/job/status/8bd71aa1-d733-4ce2-a6be-c38ffe0c39e6' \
      -H 'accept: application/json' \
      -H 'x-magicapi-key: YOUR_API_KEY'

    Response:

{
  "data": {
    "type": "api_job_result",
    "id": "87eda824-6b9e-4557-b5e0-fa23b2207d58",
    "attributes": {
      "status": "success",
      "type": "hr_parse_resume",
      "result": {
        "candidate_name": "Linda Harris",
        "candidate_email": "linda.h@dayjob.co.uk",
        "candidate_phone": "02476 000 0000, 0887 222 9999",
        "candidate_address": "34 Made Up Road, Coventry, CV66 7RF",
        "candidate_language": "English",
        "candidate_spoken_languages": [
          "German"
        ],
        "candidate_honors_and_awards": [],
        "candidate_courses_and_certifications": [
          "ISEB certification"
        ],
        "positions": [
          {
            "position_name": "Test Engineer",
            "company_name": "IT & Telecoms Company",
            "country": "United Kingdom",
            "start_date": "2008-06-01",
            "end_date": null,
            "skills": [
              "Acceptance testing",
              "Technical investigation",
              "Exploratory testing",
              "Agile",
              "Test environments",
              "Test management tools",
              "UAT knowledge",
              "Writing test reports",
              "Organising test activities",
              "Performance testing",
              "Integration testing",
              "Equipment failure response",
              "Audits and reviews",
              "Monitoring repair trends",
              "Documentation updates",
              "Executing test cases",
              "Testing and fault finding",
              "Reporting issues",
              "Software installation",
              "Problem solving",
              "Testing Web software",
              "Testing PC software",
              "Testing mobile software",
              "Manual testing methods",
              "Test Systems hardware and software"
            ],
            "job_details": "Responsible for the whole test process from planning, through test plan development, execution & result reporting. Also involved in the development and improvement of the test functions, putting forward suggestions and implementing plans accordingly. Duties included organising, conducting and supporting test activities, performance testing, integration testing, responding to equipment failures, participating in audits and reviews, monitoring repair trends, updating documentation, executing test cases, testing and fault finding finished systems, reporting issues to the Test Manager, and assisting in software installation."
          }
        ],
        "education_qualifications": [
          {
            "school_name": "Nuneaton University",
            "school_type": "University or equivalent",
            "degree_type": "Bachelor’s Degree or equivalent",
            "faculty_department": "",
            "specialization_subjects": "Information Technology (Software Engineering)",
            "country": "United Kingdom",
            "start_date": "2005-01-01",
            "end_date": "2008-01-01",
            "learning_mode": "In-person learning",
            "education_details": ""
          },
          {
            "school_name": "Coventry North School",
            "school_type": "High School/Secondary School or equivalent",
            "degree_type": "High School/Secondary School Diploma or equivalent",
            "faculty_department": "",
            "specialization_subjects": "",
            "country": "United Kingdom",
            "start_date": "2000-01-01",
            "end_date": "2005-01-01",
            "learning_mode": "In-person learning",
            "education_details": "A levels: Maths (A), English (B), Technology (B), Science (C)"
          }
        ]
      }
    }
  }
}

Note: Replace "YOUR_API_KEY" with your actual API key.

Empower your HR team with SharpAPI.com's AI Resume Parsing API to make data-driven hiring decisions with ease and efficiency. Use our Free Resume Parsing API to get started today.

Keywords: AI Resume parsing, scrape CV, AI resume scraper, AI resume parser, Parse PDF resume API, Free Resume Parsing API, Parse PDF resume API

Developer Portal :

https://api.market/store/sharpapi.com/resume
https://api.market/store/sharpapi.com/resume