Documentation

API Documentation

Base URL

https://api.pickaxe.co/v1
Pickaxe
Document
User
Memory
Product
POST

/studio/pickaxe/history

Fetch specific Pickaxe chat history.

pickaxeIdstringRequired

The unique identifier for the Pickaxe whose chat history you want to retrieve.

skipnumberOptionalDefaults to 0

The number of recent conversations to skip.

limitnumberOptionalDefaults to 10

The maximum number of recent conversations to return.

formatstringOptional

The desired output format for the chat history. Can be "raw" or "messages". Defaults to "messages".

POST

/studio/pickaxe/info

Get specific information about a Pickaxe, including the system prompt.

pickaxeIdstringRequired

The unique identifier for the Pickaxe you want to retrieve information for.

POST

/studio/pickaxe/update

Update specific configuration fields for a Pickaxe.

pickaxeIdstringRequired

The unique identifier for the Pickaxe you want to update.

updateFieldsobjectRequired

The data fields to update.

formtitlestringOptional

The name/title of the Pickaxe.

rolestringOptional

The system prompt (role) for the Pickaxe.