llms.txt Content
# Nimble Docs
## Docs
- [Agent Async](https://docs.nimbleway.com/api-reference/agent/agent-async.md): Execute Search Agent Async Endpoint
- [Agent Run](https://docs.nimbleway.com/api-reference/agent/agent-run.md): Execute Search Agent Realtime Endpoint
- [Generate Agent](https://docs.nimbleway.com/api-reference/agent/generate-agent.md)
- [Get Agent Details](https://docs.nimbleway.com/api-reference/agent/get-agent-details.md)
- [Get Generation](https://docs.nimbleway.com/api-reference/agent/get-generation.md)
- [List Agents](https://docs.nimbleway.com/api-reference/agent/list-agents.md)
- [Agent Batch](https://docs.nimbleway.com/api-reference/agents/agent-batch.md)
- [Cancel Crawl](https://docs.nimbleway.com/api-reference/crawl/cancel-crawl.md)
- [Crawl by ID](https://docs.nimbleway.com/api-reference/crawl/crawl-by-id.md)
- [Create Crawl](https://docs.nimbleway.com/api-reference/crawl/create-crawl.md)
- [List Crawls](https://docs.nimbleway.com/api-reference/crawl/list-crawls.md)
- [Extract](https://docs.nimbleway.com/api-reference/extract/extract.md)
- [Extract Async](https://docs.nimbleway.com/api-reference/extract/extract-async.md)
- [Extract Batch](https://docs.nimbleway.com/api-reference/extract/extract-batch.md)
- [Introduction](https://docs.nimbleway.com/api-reference/introduction.md): Get started with Nimble's API
- [Map](https://docs.nimbleway.com/api-reference/map/map.md)
- [Search](https://docs.nimbleway.com/api-reference/search/search.md)
- [Get batch details](https://docs.nimbleway.com/api-reference/tasks/get-batch-details.md): Retrieve the details of a batch including all its tasks and completion status.
- [Get batch progress](https://docs.nimbleway.com/api-reference/tasks/get-batch-progress.md): Retrieve lightweight progress information for a batch without fetching all task details.
- [List batches](https://docs.nimbleway.com/api-reference/tasks/list-batches.md): Retrieve a paginated list of batches for the authenticated account.
- [List tasks](https:
OpenAPI Spec (preview)
{
"openapi": "3.1.0",
"info": {
"title": "Nimble SDK",
"version": "1.0.0",
"description": "The AI-Native SDK for Real-Time Web Data at scale"
},
"paths": {
"/v1/extract": {
"post": {
"summary": "Extract",
"tags": [
"Extract"
],
"security": [
{
"BearerAuth": []
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {