Q&A Extractor

v1Stable
4points per call

Extract questions and answers from text

Automatically identify and extract question-answer pairs from documents, FAQs, and support content.

Interactive ExplorerGet API Token

Pricing

4 points

per request

Rate Limit

60

requests per minute

Category

AI-Powered

API Type

Navigation

API Endpoint

Use this endpoint to make requests to the API

POST https://apphighway.com/api/v1/qa-extractor

Request Format

All requests must include authentication headers and JSON payload

Required Headers

Authorization:Bearer YOUR_API_TOKEN
Content-Type:application/json

Example Request

{
  "data": "example input",
  "options": {
    "format": "json"
  }
}

Example Response

{
  "status": "success",
  "data": {
    "result": "processed output"
  },
  "pointsUsed": 4,
  "remainingPoints": 97
}

Points Deduction

How points are charged for this API

Pre-Processing Deduction

Points are deducted BEFORE processing your request to ensure fair billing

Insufficient Balance

Requests are rejected immediately if you don't have enough points

Rate Limiting

API request rate limits and throttling policies

Request Limit

This API allows up to 60 requests per minute per API token

Rate Limit Exceeded

If you exceed the rate limit, you'll receive a 429 Too Many Requests error. Implement exponential backoff in your client.

Rate Limit Headers

All responses include X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset headers for monitoring your usage

Q&A Extractor API V1 - AppHighway