Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.wazapin.com/v1/media/uploads \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "data": { "asset_id": "<string>", "asset_key": "<string>", "file_name": "<string>", "last_modified": "<string>", "media_kind": "<string>", "media_url": "<string>", "size_bytes": 123, "content_type": "<string>" } }
Session token or API key
Asset file to upload
Created
Show child attributes