Runpod API documentation
Is the runpod API documented somewhere?
I've failed to find anything about it, and have had to resort to reverse engineering the webUI backend interaction (graphql mostly), and infer what the API might be by looking at how runpodctl makes API calls. Would be great to have the complete API documented, as it would allow creating much better tooling, saving users time and also increasing the overall value of the runpod platform (win-win).
2 Replies
We are working on a rest api with better documentation, will announce when it’s ready. Thanks for your feedback
Great. Your AI helpbot revealed the GraphQL API is documented here: https://graphql-spec.runpod.io/ (for anyone else looking)
So that means the question can be narrowed to just the REST API.