create database
POST
api.wexa.ai/storage
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '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-23 12:51:17