Skip to main content
POST
Extract data from GST certificate
Document Requirements:
  • Clear, high-resolution document
  • Valid GST certificate
  • Supported formats: PDF, JPG, JPEG, PNG
  • Maximum file size: 10 MB

Authorizations

Authorization
string
header
required

API key issued by KonnectNXT. Pass as Authorization: Bearer <your_api_key>.

Body

application/json
document_url
string<uri>
required

Publicly accessible URL of the GST certificate document to be processed.

Requirements:

  • Must be a valid HTTP/HTTPS URL
  • Document must be publicly accessible
  • Supported formats: PDF, JPG, JPEG, PNG
Example:

"https://example.com/documents/gst-certificate.pdf"

Response

GST certificate data extracted successfully

status
enum<string>
required

Overall status of the API

Available options:
success,
error
code
integer
required

HTTP status code

Example:

400

message
string
required

Description of the response or error

Example:

"Invalid request parameters"

data
object
required

Extracted GST certificate information

credits_used
integer
required

Represents the total number of credits used in this request.

Example:

3

credits_left
integer
required

Represents the remaining credits available for use.

Example:

4040