Download CSV Batch File Template

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://bump.sh/agentsa/doc/agentsa/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Agent.sa MCP server": {
  "url": "https://bump.sh/agentsa/doc/agentsa/mcp"
}
Close
GET /Integration/Agent/CsvFile

Downloads a pre-formatted CSV template to use with the Batch endpoint.

Responses

  • 200 text/csv

    CSV template file returned.

  • 401

    Missing or invalid bearer token.

GET /Integration/Agent/CsvFile
curl \
 --request GET 'https://velents-agents.velents.ai/Integration/Agent/CsvFile' \
 --header "Authorization: Bearer $ACCESS_TOKEN"