curl --request POST \
--url https://api.avala.ai/api/v1/storage-configs/ \
--header 'X-Avala-Api-Key: <api-key>'Create a storage config and return it via the list serializer (no credentials in response).
curl --request POST \
--url https://api.avala.ai/api/v1/storage-configs/ \
--header 'X-Avala-Api-Key: <api-key>'API key for authentication. Generate one in Mission Control Settings > Security & Identity.
Was this page helpful?