# Grok API — direct access

> Full REST access to Grok with no added filtering layer.

- Category: Artificial intelligence
- Free tier: $0.00
- Endpoints: 5
- Updated: 2026-05-26
- Home: https://free-api.bilgisam.com/apis/grok-api

## Overview

A REST endpoint onto Grok with no wrapper prompt and no added filtering of its own.

It is aimed at developers who want the model's own behaviour rather than a vendor's interpretation of it.

## Endpoints

| Method | Path | What it does |
| --- | --- | --- |
| GET | `{{baseUrl}}/` | Grok_AI_Index |
| GET | `{{baseUrl}}/health` | Grok_AI_Health |
| POST | `{\n  \` | [CURRENT] POST /request - Simple Prompt |
| GET | `{{baseUrl}}/request/{{grokAiRequestId}}` | [CURRENT] GET /request/{id} - Poll Result |
| GET | `{{baseUrl}}/request__11/{{grokAiRequestId}}` | Uncensored_Request_Result_Poll |

## Frequently asked questions

### Is Grok API — direct access free?

Grok API — direct access has a Basic plan that costs $0 per month and needs no card. Paid plans exist for higher volume and are listed above.

### How do I get an API key for Grok API — direct access?

Subscribe to the free plan on the marketplace listing. The key appears immediately and works in the browser playground before you write any code.

### How many endpoints does Grok API — direct access have?

Grok API — direct access publishes 5 endpoints. Each one is listed above with its method, path and purpose.

