create database
POST
https://api.wexa.ai/storage
Last modified:2025-04-25 11:54:19
Create a New Storage Instance
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://api.wexa.ai/storage?projectID={{projectID}}' \
--header 'x-api-key: {{x-api-key}}'
Response Response Example
"Successfully created database with name 67fdea40aac77be632954f13"
Request
Query Params
projectID
string
required
Example:
{{projectID}}
Header Params
x-api-key
string
required
Example:
{{x-api-key}}
Responses
Modified at 2025-04-25 11:54:19