# Introduction

This comprehensive guide outlines the usage and functionality of our API, designed to streamline the process of medication refills. With this API, you can seamlessly request prescription refills, track your request status, and receive updates on your medication orders.

Our API offers two primary endpoints:

1. **Single Request:** This endpoint enables you to submit requests for prescription refills, providing essential details such as the medicine name, patient mobile number, request type, and a base64 encoded prescription image. It returns a response with the request status and a unique tracking ID.
2. **Get Request Status:** This endpoint allows you to check the status of your refill request by providing the tracking ID. It returns information about the medicine name, request status, and the time of the last status update.

Additional endpoints are:

1. **Drug Definitions**: This is the beta test of our Drug Definitions Engine via API. It returns information about drugs.

This document will walk you through the API endpoints, request and response structures, and provide sample requests and responses to help you integrate the "findmymed" API seamlessly into your applications. Whether you are a healthcare provider, pharmacy, or third-party health service provider, our API aims to simplify and enhance the prescription refill process for you.
