Free
Free
- Requests
- 500
- Rate limit
- 10 req / min
- Quota type
- Stops at quota
- 500 requests / month
- Hard limit
- Community support
500 requests / mo
Parse CSV text into a JSON array.
Parse CSV text into a JSON array.
First row is treated as headers. Returns an array of objects.
Pass CSV in the csv query parameter.
APISeeker provides the gateway endpoint. The underlying service may be operated by APISeeker or an approved third-party provider.
This API uses API key (header: X-SEEKER-Key). Send your key on every request from a trusted backend — never embed long-lived secrets in browsers or mobile apps.
X-SEEKER-Key: YOUR_API_KEYCreate and rotate keys in the dashboard. Missing or invalid keys return 401; entitled but blocked plans return 403.
Primary endpoint GET /v1/convert. Full parameter docs for every endpoint live in the documentation.
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| csv | query | string | Yes | CSV text with header row |
| X-SEEKER-Key | header | string | Yes | Your API Seeker key |
API endpoint
RapidAPI-style subdomain host. Customers call this URL; providers can set a separate upstream later.
csvtojson.apiseeker.comhttps://csvtojson.apiseeker.com/v1Per-API plans — quota, rate limits and settings are separate (not shared as one blurry number).
Billed per request
Free
Free
500 requests / mo
Standard
₹999/mo
25,000 requests / mo
Plus
₹4,999/mo
2,00,000 requests / mo
Scale
₹14,999/mo
10,00,000 requests / mo
Pricing for this API. Enterprise or custom contracts can be enabled from the admin or provider dashboard when needed.
Community rating
0.0
0 ratings
Request · cURL
curl -s "https://csvtojson.apiseeker.com/v1/convert" \
-H "X-SEEKER-Key: YOUR_API_KEY"Response · JSON
{
"success": true,
"data": {
"data": [
{
"name": "Ada",
"id": "1"
}
],
"rows": 1
},
"request_id": "req_example"
}Compare capabilities, pricing and limits before you commit. Use the marketplace comparison builder for side-by-side facts across APIs in the same category.
Listing last verified 5 Sept 2026. Platform-wide release notes are on the changelog; API-specific endpoint changes are documented under versioned paths in the docs.
Create a free key and open the playground in under a minute.
Pass text as a query parameter. Response includes hex digest.
Updated 5 hours ago
Returns hex-encoded SHA-256 of the text query parameter.
Updated 5 hours ago
Returns hex-encoded SHA-512 digest.
Updated 5 hours ago
Parse CSV text into a JSON array.
Parse CSV text into a JSON array.
First row is treated as headers. Returns an array of objects.
Pass CSV in the csv query parameter.
APISeeker provides the gateway endpoint. The underlying service may be operated by APISeeker or an approved third-party provider.
This API uses API key (header: X-SEEKER-Key). Send your key on every request from a trusted backend — never embed long-lived secrets in browsers or mobile apps.
X-SEEKER-Key: YOUR_API_KEYCreate and rotate keys in the dashboard. Missing or invalid keys return 401; entitled but blocked plans return 403.
Primary endpoint GET /v1/convert. Full parameter docs for every endpoint live in the documentation.
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| csv | query | string | Yes | CSV text with header row |
| X-SEEKER-Key | header | string | Yes | Your API Seeker key |
API endpoint
RapidAPI-style subdomain host. Customers call this URL; providers can set a separate upstream later.
csvtojson.apiseeker.comhttps://csvtojson.apiseeker.com/v1Per-API plans — quota, rate limits and settings are separate (not shared as one blurry number).
Billed per request
Free
Free
500 requests / mo
Standard
₹999/mo
25,000 requests / mo
Plus
₹4,999/mo
2,00,000 requests / mo
Scale
₹14,999/mo
10,00,000 requests / mo
Pricing for this API. Enterprise or custom contracts can be enabled from the admin or provider dashboard when needed.
Community rating
0.0
0 ratings
Request · cURL
curl -s "https://csvtojson.apiseeker.com/v1/convert" \
-H "X-SEEKER-Key: YOUR_API_KEY"Response · JSON
{
"success": true,
"data": {
"data": [
{
"name": "Ada",
"id": "1"
}
],
"rows": 1
},
"request_id": "req_example"
}Compare capabilities, pricing and limits before you commit. Use the marketplace comparison builder for side-by-side facts across APIs in the same category.
Listing last verified 5 Sept 2026. Platform-wide release notes are on the changelog; API-specific endpoint changes are documented under versioned paths in the docs.
Create a free key and open the playground in under a minute.
Pass text as a query parameter. Response includes hex digest.
Updated 5 hours ago
Returns hex-encoded SHA-256 of the text query parameter.
Updated 5 hours ago
Returns hex-encoded SHA-512 digest.
Updated 5 hours ago