Introduction
This is the API documentation for the Polyteia platform.
API Structure
Why RPC?
Commands and Queries
Example Command
curl -X POST 'https://app.polyteia.com/api' \
-header "Content-Type: application/json" \
-header "Authorization: Bearer <your_access_token>" \
--data '{
"command": "create_dataset",
"params": {
"name": "Customers List",
"solution_id": "sol_cv33u4n0i6q45p93i930",
"description": "Customers list 4",
"source": "https://example.com/dataset.csv",
"slug": "customers_list"
}
}'Example Query
Endpoint
Required Headers
Request Body Structure
Example Request
Response
Successful Response
Error Response
Error Handling
Error Codes
Zuletzt aktualisiert
War das hilfreich?